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
What is the base class of all exception classes?
What is jit and its use?
What is a 16 bit word?
What’s the difference between callable and runnable?
Define inheritance with reference to java.
What is the difference between access specifiers and access modifiers in java? 16
Explain differences between checked and unchecked exceptions in java?
Explain how hashmap works?
How many bytes is a unicode character?
what is the difference between future and callable interface in java?
Can we declare the static variables and methods in an abstract class?
Is alive and join method in java?
What is the name of the java compiler?
What do you mean by order of precedence and associativity?
What are the differences between checked exception and unchecked exception?