which class to use when concatenating
strings in a loop.
Answer Posted / geeta
StringBuffer
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is charat ()?
What is the default value of float and double datatype in java?
Explain public static void main(string args[]).
What is composition in java?
What is the use of default method in interface in java? Explain
What is static import?
What restrictions are placed on method overloading?
What are the advantages of compiled language?
what is a thread pool in java and why is it used?
Why java uses the concept of the string literal?
How to avoid memory leak in java?
Can we overload destructor in java?
What is regex in java?
Can we use a switch statement with strings?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?