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
What do you mean by global variable?
What is a boolean field?
How to declare an arraylist in java?
Can a boolean be null java?
What advantage do java's layout managers provide over traditional windowing systems?
What is the synonym of string?
What are loops in java? What are three types of loops?
What are the basic concepts of OOPS in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Can constructor be inherited?
Can we sort list in java?
v-model life cycle
Compare Mutex and Semaphore in java.
What is final keyword in java? Give an example.
Is boolean a wrapper class in java?