Single Choice
Not Set
QWhat will be output?
String S1 = "S1 ="+ "123"+"456";
String S2 = "S2 ="+(123+456);
ID: #2225
String in Java
1,968 views
Question Info
#2225Q ID
Not SetDifficulty
String in JavaTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
S1=123456, S2=579
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic