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
What is difference between this and super keyword?
What is the name of the java compiler?
What is a constructor, constructor overloading in java?
Is arraylist a class in java?
What is the purpose of an interface?
What are the approaches that you will follow for making a program very efficient?
why using interface interface ?
what is the difference between process and thread? : Java thread
Is null an object java?
Is oracle charging for java?
What is the platform?
Is sizeof a preprocessor?
What is == and === in javascript?
How you can force the garbage collection?
What are extraneous variables examples?