Single Choice
Not Set
QThe output of the following fraction of code is
public class Test{
public static void main(String args[]){
String s1 = new String("Hello");
String s2 = new String("Hellow");
System.out.println(s1 = s2);
}
}
ID: #2214
String in Java
2,103 views
Question Info
#2214Q 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
Hellow
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic