Which of these operators can be used to concatenate two or more String objects?
operator + is used to concatenate strings, Example String s = "i " + "like " + "java", String s contains
"I like java".
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