Answer Posted / sumitpalsingh
String class is immutable .In String class we can not change or modify object value. To make an object value modifiable. we can use StringBuffer and StringBuilder classes.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Break statement can be used as labels in java?
What are keywords in programming?
What is a finally block? Is there a case when finally will not execute?
What is object english?
How variables are declared?
What is ternary operator? Give an example.
Can we declare the main method of our class as private?
Explain java coding standards for variables ?
Can list have duplicates in java?
Why arraylist is not synchronized in java example?
What are encapsulation, inheritance and polymorphism?
Does java map allow duplicates?
What is the meaning of course?
Why main method is called first in java?
What is the purpose of encapsulation?