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
Are primitives objects?
How you can force the garbage collection?
What is gc()?
Can java list be null?
What are the differences between getting and load method?
What are the 2 types of java programs?
How do generics work in java?
Explain about automatic type conversion in java?
What is main string [] args?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is a list in java?
What is bom encoding?
Explain about fail safe iterators in java?
What is the difference between a synchronized method and a synchronized block?
What is size_t?