Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the Java program?
int marks=29; if(marks > 29); System.out.print("PASS "); System.out.println("RANK");
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of these is returned by operator '&' ?
Which methods are provided by the PrintStream class?
Which class is the super class of all classes of the java.lang package?
________ method is called only once during the run time of your applet
Component which additionally provides a pop-up date picker control for its enclosedinput field.
Which of the below is invalid identifier with the main method?
What is the maximum number of methods or constructors with Varargs in a single Java class?
Discusssion
Login to discuss.