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 difference between protected and private?
Why java is considered dynamic?
Give us a program to check for parenthesis matching using stack.
Is object a data type?
Enlist diffrent types of inheritance supported by java?
What are synchronized methods and synchronized statements in java programming?
What is variable length arguments in java?
Is 9 a prime number?
What is stringreader?
how many types of Inheritance?
What is java string pool?
What will happen when using pass by reference in java?
Does hashset allow duplicates in java?
What is the r character?
What do the thread?class methods run() and start() do?