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
Which one of the following contains date information?
Batch processing in java is ___.
All the wrapper classes (Integer, Boolean, Float, Short, Long, Double and Character).
Evaluate the following Java expression, if x=3, y=5, and z=10: ++z + y - y + z + x++
Which of the following method is used inside session only?
What is the number of bytes used by Java primitive long?
Bitwise logical operators in Java work with?
Which of the following annotation is used to avoid execution of Junits?
Discusssion
Login to discuss.