0 votes
in JAVA by

Which method is used to concatenate two strings in Java?

a) append()

b) concat()

c) join()

d) merge()

1 Answer

0 votes
by
Answer: b) concat()

Explanation: The concat() method is used to concatenate two strings in Java.
...