what is difference between String buffer and String builder?
Answer Posted / radhakrishnan
Please visit
http://yourjavatutor.blogspot.in/2011/12/difference-between-stringstringbuffer.html
for more details
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Can we serialize arraylist in java?
Explain implementation and how is it different from conversion?
Is java a super set of javascript?
How big is a 32 bit integer?
why using interface interface ?
Can you explain the meaning of aggregation and composition
Can inner class final?
Explain the selection sort algorithm and state its time complexity?
What is the name of the java compiler?
When should you use arraylist and when should you use linkedlist?
What is the collections api?
What is the significance of java packages?
Can array grow dynamically in java?
Why are constructors used?