Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the Java code snippet?
char ch='A'; if(ch > 70) { System.out.println("PIZZA"); } else { System.out.println("BURGER"); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which one of the following does not extends java.awt.Component
What is the output of this program?
A class is declared by use of the ________ keyword.
Which of the following is true?
What will be the output of the following code
What does this Java code snippet prints?
If a thread is to be declared as a daemon thread, it must be declared before
Access modifier which is accessible only within class is called
Discusssion
Login to discuss.