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
Tell me about different OOPS concepts.
How are destructors defined in java?
is there a separate stack for each thread in java? : Java thread
What is the different between get and post?
what do you understand by synchronization? : Java thread
What is Applet Stub Interface ?
What are the four pillars of java?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is the byte range?
What are peerless components?
What is defined as false sharing in the context of multithreading?
How to obtain a performance profile of java program
How does enum work in java?
Can finally block be used without a catch?
What is integer parseint?