Q. In Java, what does the concat() method of a String object do? (A) Combines two strings. (B) Reverses a string. (C) Removes whitespace. (D) Returns the length. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Combines two strings.