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
What is the use of arrays tostring () in java?
Why set do not allow duplicates in java?
What is meant by 'bit masking' in java?
What is the difference between a factory and abstract factory pattern?
How we can generate random numbers in java?
Explain serialization and deserialization in java?
What is the use of bufferedreader?
How do you define a variable?
What is var keyword ?
describe method overloading
Is zero a natural number?
What is boolean in java?
why java uses class level type casting ?
which pattern is default in scanner package?
what is a working thread? : Java thread