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. Which of these methods is a part of Abstract Window Toolkit (AWT) ?
Q. The correct syntax to import the math library in java is ___.
Q. Which of these occupy first 0 to 127 in Unicode character set used for characters in Java?
Q. Which of this statement is incorrect?
Q. When we implement the Runnable interface, we must define the method
Q. Which of these classes are used by Byte streams for input and output operation?
Q. Which escape character is used for word character in regex?
Discusssion
Login to discuss.