Which is the best way to use for String concatenation in
Java?
Answer Posted / manasa
'+'operator is the best way to concatenate bcz by using
this operator we can concatenate more than two strings.
This is not possible by using concat method
| Is This Answer Correct ? | 6 Yes | 22 No |
Post New Answer View All Answers
Explain java coding standards for methods?
Give us the name of the list layoutmanagers in java?
Why is the main method declared static?
What's the purpose of using break in each case of switch statement?
Convert a BST into a DLL and DLL to BST in place.
How do you read a char in java?
Explain the difference between abstraction and encapsulation.
What is parsing in java?
How will you initialize an Applet?
Name four container classes.
What is function and its uses?
Where is java located?
Is java util regex pattern thread safe?
What does regex mean?
How do you convert an int to a string in java?