Difference between String & StringBuffer
Answer Posted / bubun
string is slower in case of concatenation but stringBuffer
is faster than string.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What is a prefix function.write down a code to compute prefix function.
What is the use of pattern in java?
what is the difference between a threads start() and run() methods? : Java thread
What is io stream in java?
How concurrent hashmap works?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Is 0 an irrational number?
Write an algorithm for quick sort?
Explain about fail fast iterators in java?
What are peerless components?
What do you mean by hashing?
What is the use of arraylist class in java?
What are the 8 primitive data types in java?
What are different type of exceptions in java?
Can memory leak happen java?