Solved

Two Ways of Concatenating Two Strings Are

Question 38

Multiple Choice

Two ways of concatenating two Strings are:


A) Use the concat() method or use the + between the two Strings
B) Use the concatenate() method or use the + between the two Strings
C) Use the contenate() method or the concat() method
D) Use the concat() method or the trim() method

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions