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 happens to the Exception object after handling an exception?
What is array and arraylist in java?
Define max and min heap, also the search time of heap.
What is lambda expression in java?
Can java program run without jre?
Define "Access specifiers" in java.
How to pass arraylist to stored procedure in java?
What is the relationship between class and object?
How do you invoke a method?
What is flag in java?
What carriage return means?
how does multithreading take place on a computer with a single cpu? : Java thread
What is charat java?
What are the main features of java?
Is .net better than java?