Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is is the output of the Java program?
int marks=85; if(marks >= 80) System.out.println("DISTINCTION"); else if(marks >=35) System.out.println("PASS");
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
The AWT component used to display a single line of read-only text
Which of these classes is related to all the exceptions that can be caught by using catch?
Annotations which are applied to other annotations are called meta annotations.
Which of the following statements about the try{} block in Java is false?
In inheritance, the old class is known as
Which of the following is used to test the operation?
In Java language, an array index starts with ___.
For cross field validation or some sort of barrier to ensure state before you start aflow, we use.
Discusssion
Login to discuss.