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
Is there any limitation of using inheritance?
What comes to mind when someone mentions a shallow copy in java?
What is the purpose of the finalize() method?
What is difference between identifier and variable?
Are arrays immutable in java?
What do you understand by access specifiers in Java?
Where to store local variables?
Define max and min heap, also the search time of heap.
Explain methods specific to list interface?
How many days will it take to learn java?
How can we avoid including a header more than once?
How do you differentiate abstract class from interface?
Is java 1.7 the same as java 7?
Difference between method overloading and overriding.
Can a variable be local and static at the same time?