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 do you understand by abstract classes?
How do you clear an arraylist in java?
What is the purpose of lambda expressions?
What kind of variables can a class consist?
Are arrays passed by reference in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Difference between string, string builder, and string buffer?
Why do we need strings in java?
Explain wait() method of object class ?
What is jrmp?
What does this () mean in java?
Why does java have different data types for integers and floating-point values?
Which variables are stored in stack?
State differences between C and Java?
What is the difference between menuitem and checkboxmenu item?