which class to use when concatenating
strings in a loop.
Answer Posted / sitaram
string buffer and string builder classes are used to
concatenate the two or more strings in a loop.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many threads does a core java have?
What is meant by string is immutable?
What are the types of arrays in java?
What is Session reduplication and how its done?
Write a program in java to create a doubly linked list containing n nodes.
Why collection doesn’t extend cloneable and serializable interfaces?
Explain about anonymous inner classes ?
What are the two main uses of volatile in Java?
Does the order of public and static declaration matter in main method?
What is the main function in java?
What is binary tree in java?
Is finalize() similar to a destructor?
What are different types of inner classes ?
What is linkedlist in java?
What are the four corner stones of oop?