Answer Posted / vikrant
Once a string object is created no changes can be made to
it. If a string is modified in code a new object will be
created. That is why string is immutable
| Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
Give us a program to check for parenthesis matching using stack.
What's the difference between int and integer in java?
What are the common uses of "this" keyword in java ?
Can we use static class instead of singleton?
What is an object in java and how is it created?
What is an exception in java?
What is a default constructor and also define copy contrucyor?
What is functional interface in java example?
How many bits is a 64 bit byte?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What access modifiers can be used for variables?
Difference between vector and arraylist.
How big is a 64 bit float?
What are the 6 functions?
Which collection allows duplicate values in java?