Difference between String and StringBuffer.
Answer Posted / madhu
string is imutable and stringbuffer is mutable
Mutable means storing location is same
Imutable means storning location is different
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can we override protected method in java?
What are peerless components in java programming?
How do you remove an element from an arraylist in java?
What is an i/o filter?
Which browsers work with java?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
How many bits is a double?
Which sorting algorithm is in place?
What is exception hierarchy in java?
What is a null check?
What is the use of hashmap in java?
Write a program to find the greatest of three numbers in java?
What is an object in java?
What is Session reduplication and how its done?
What are the advantages of defining packages in java?