A Admin • 802.91K Points Coach Report Q. How do you concatenate two strings? (A) str1.concat(str2) (B) str1 + str2 (C) str1.append(str2) (D) Both A and B Correct Answer - Option(D) Views: 3 Filed under category Java Hashtags: Java Strings Share Manage Tags
Discusssion
Login to discuss.