Answer Posted / patil abhijeet
Use String buffer
StringBuffer stb = new StringBuffer(string)
stb.reverse()
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is char a data type in java?
What is nullpointerexception?
What are the special characters?
What is the string function?
Why for each loop is used?
What is e java?
Is java platform independent?
What is natural ordering in java?
What is the intersection and union methods?
What is nested class?
Why is the singleton pattern considered to be an anti pattern?
What are the advantages and disadvantages of object cloning?
What are the wrapped, classes?
What are the 2 types of java programs?
Can we override static methods in java?