What will s2 contain after following lines of code?String s1 = "one";String s2 = s1.concat("two")
Two strings can be concatenated by using concat() method.
Share this page with your friends!
Your email address will not be published. Required fields are marked *
Please Create a Free Account to continue! If you already have an account then please Login
Submit Comment/FeedBack