String str1 = "one";String str2 = str1.concat("two")
Two strings can be concatenated by using concat() method.
Previous Question Next Question
Your comments will be displayed only after manual approval.