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 console based application in java?
Explain java code for recursive solution's base case?
Is string a class in java?
What is the private method modifier?
Difference between object instantiation and construction ?
How to split arraylist elements in java?
Does java linked list allow duplicates?
What is this keyword in java?
What's the access scope of protected access specifier?
Is a string literal?
What does jre stand for?
Is space a character in java?
What is difference between next () and nextline () in java?
What is command line argument in java?
What are different types of inner classes ?