what is the difference between String and StringBuffer classes?
Answer Posted / tarun choudhary
The String class is used for strings that are not allowed to change. The StringBuffer class is used for strings that may be modified by the program.
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is token in java?
Explain about main() method in java ?
When super keyword is used?
What data type is true or false?
What is treeset in java?
How will you print number in reverse (descending) order in BST.
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is connection class in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What are the features of java?
How to check if linked list contains loop in java?
What does flagged out mean?
What is int short for?
What is the structure of java?
Difference between final and effectively final ? Why is effectively final even required ?