Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the Java code snippet below?
int a = 20, b=30; boolean result = a&b?true:false; System.out.println(result);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
How constructor can be used for a servlet?
Output of relational operators is
Which version of Java did start supporting String as the input data type of a SWITCH?
A valid identifier in Java language may contain which characters?
Which of these coding types is used for data type characters in Java?
Discusssion
Login to discuss.