K
Q. What is the output of this program?
class booloperators { public static void main(String args[]) { boolean var1 = true; boolean var2 = false; System.out.println((var2 & var2)); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Predict the output of following Java program
Q. Autoboxing or Auto-unboxing works with ___ in Java.
Q. ArrayList implements that of the following?
Q. To which of the following does the class string belong to.
Q. Which of the following statements will result in compilation error in Java
Q. Which Java method is used to add all of the specified elements to the specified collection?
Discusssion
Login to discuss.