MCQ
Single Best Answer
Not Set
Qwhat will be the output?
public class Test{
public static void main(String args[]){
System.out.print(""=="");
System.out.print(" ");
System.out.print("A"=="A");
System.out.print(" ");
System.out.print("a==A");
}
}
ID: #2130
Operator in Java
707 views
Question Info
#2130Q ID
Not SetDifficulty
Operator in JavaTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
true true a==A
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic