Answer Posted / venkatachalapathy
string is a immutable object i.e once the object is created
it cannot be modified. if we try to modify it creates
another new object
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain jdk, jre and jvm?
Write a java program to generate fibonacci series ?
What are java threads?
What happens when a thrown exception is not handled?
Can private method static?
Difference between a process and a program?
What does the exclamation mark mean in java?
How does arrays sort work in java?
is there a separate stack for each thread in java? : Java thread
Why does java not allow multiple public classes in a java file ?
What steps are taken when the OS shifts from one-thread execution to another?
What is a function argument in java?
How to store image in arraylist in java?
What do you mean by synchronized non access modifier?
Is empty string in java?