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 does the run() method in runnable work? : Java thread
What is the importance of static variable?
Why method overriding is used?
Is namespace same as package in java?
What is identifier with example?
What is the final keyword denotes?
Why scanner is used in java?
Is string a wrapper class?
What is lossy conversion in java?
What is the abstract class?
Why do we use return statement?
What is the purpose of extern variable?
What happens if I remove static from main method?
What are different data structures in java?
Can a main method be overloaded?