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
Can a class have 2 constructors?
What is the primitive type short?
What are the states of thread in java?
How does thread synchronization occurs inside a monitor?
Can we have more than one package statement in source file ?
What is final keyword in java? Give an example.
Define canvas?
What are thread safe functions?
Which method returns the length of a string?
What do you mean by a JVM?
Say any two properties in beans?
How do you declare an array in java?
What is data object example?
Is it possible for a yielded thread to get chance for its execution again?
When will you define a method as static in Java?