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 java coding standards for methods?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is data type in java?
Are there structures in java?
What is singleton class and how can we make a class singleton?
List the three steps for creating an object for a class?
Can a abstract class be defined without any abstract methods?
What is a line separator in java?
How can we make copy of a java object?
Define jit compiler?
What is the difference between conversation & casting?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is widening and narrowing in java? Discuss with an example.
What's the access scope of protected access specifier?
What are drawbacks of singleton class?