Single Choice
Not Set
QWhat could be the output of the following fragment of code?
public class Test{
public static void main(String args[]){
String x = "hellow";
int y = 9;
System.out.println(x += y);
}
}
ID: #2210
String in Java
2,717 views
Question Info
#2210Q 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
hellow9
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic