🎴 Flashcard Mode

Java Strings

Card1 / 17
Mastered0
Review0
QuestionClick to flip

Which of the following methods is used in Java to concatenate two strings?

AnswerClick to flip back
A
concat()
💡 Explanation:

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

Change Mode