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
Why java applets are more useful for intranets as compared to internet?
How do you test a method for an exception using junit?
Does java runtime require a license?
Why java is considered as platform independent?
What does system.gc() and runtime.gc() methods do?
What is the tradeoff between using an unordered array versus an ordered array?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What are different data structures in java?
Can an object subclass another object?
How is a structure different from array ?
What is method with example?
What is byte code and why is it important to java’s use for internet programming?
explain the difference between jdk and jvm?
What is the function of http?
What is exception propagation?