Single Choice
Not Set
QWhat will be the output of the following program?
public class Test{
public static void main(String args[]){
String str1 = "one";
String str2 = "two";
System.out.println(str1.concat(str2));
}
}
ID: #2219
String in Java
1,360 views
Question Info
#2219Q 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
onetwo
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic