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 meant by object oriented programming – oop?
Explain yield() method in thread class ?
What is a values collection view ?
What are the differences between forwarding () method and sendredirect() methods?
How many bits is a char?
What is the final keyword in java?
What are the application of stack?
How to implement a multithreaded applet?
What is string immutability?
Why declare Main() method as a static in java ?
Where is core java used?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Where is java located?
What is runtime polymorphism or dynamic method dispatch?
What is meant by class loader? How many types are there? When will we use them?