what is difference between String buffer and String builder?
Answer Posted / chithra
String Buffer is Sybchronized where as String Builder is not.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is sortedset in java?
What is java console application?
What is a nonetype?
What are the 4 types of characters?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is difference between char array and string?
Explain the available thread states in a high-level?
What is a treeset class?
What an i/o filter in java programming?
Differentiate between array list and vector in java.
Can you change array size in java?
What do you mean by constant time complexity?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is the difference between the size and capacity of a vector?
Is hashmap thread safe?