Answer Posted / gayathri
String is immutable that once the value assigned to object
cannot be modified.Suppose if we want to perform
concatenation another string object will be prepared and
the value is going to assign for that object.in total we
are having 2 objects
StringBuffer is Mutable we can change the value of the
object even the value is assigned to the object.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What is the enumerator of the java collection framework? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
can u draw class/object diagram for ATM
What is an algorithm in java collection framework? : java collections
What is java collection? : java collections
What is deque in the java collections framework? : java collections
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Which sorting algorithm is used by collections.sort() in java ?
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What are the different types of ways where you can iterate over a list? : java collections
What are the types of interface used in the java collections? : java collections
What are the differences between the java collection and the java list? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the considerations to be made in case of loops in java ?