DEV Community

Discussion on: Program to reverse a string in java

Collapse
 
ranujmahajan profile image
Ratik Mahajan

stringBuilder reverse would also loop on the elements on the stack. i used string builder to not create many string pools in the java.