Multiple choice Which of the following methods is used in Java to concatenate two strings? replace() trim() concat() substring() Reveal answer Fill a bubble to check yourself C Correct answer Explanation The concat() method is used in Java to concatenate two strings.