Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of Java program with IF statement? if(1) { System.out.println("OK"); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Annotations which are applied to other annotations are called meta annotations.
What is the output of the following code snippet?
Which is the superclass of wrapper classes like Boolean and Character?
What is the size of float and double in java?
What is the value of a[1] after the following code is executed?
Which fields enjoy highest degree of protection in Java
Which of the following is false
Among the operator groups (++, --) and (+, -, *, /, %) in Java, which group has higher priority?
Discusssion
Login to discuss.