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
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Is object a data type?
What is the difference between post and put?
Is map ordered in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is tree node in java?
Is 0 true or is 1 true?
Write a program to check for a prime number in java?
What is a static method in java?
What are exceptions
What will be the output of round(3.7) and ceil(3.7)?
Explain the meaning of java applet.
What is ++ a in java?
Explain about collection interface in java?
Is a class an object?