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
How do you compare two objects?
How do weakhashmap works?
How many bytes are a float?
What are scriptlets?
Is special character in java?
What is a marker interface?
How is treeset implemented in java?
Why method overriding is used?
What is the primary benefit of encapsulation?
What are inbuilt functions in java?
Define Multiprogramming and Multiprocessing in java.
What are static blocks in java ?
What is early binding and late binding in java?
Why does java doesnt suuport unsigned values?
Can you call one constructor from another if a class has multiple constructors?