R
Q. What is the output of the Java code snippet?
int a=3, b=1; int c = a & b; System.out.println("CAT " + c);
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. What is the value of the expression 2 & 3 ?
Q. Which one of the following is a valid identifier in java?
Q. What will be the output of the following Java code?
Q. When is a finally {} block executed?
Q. Identify the infinite loop.
Q. What is the value of the expression false || true in Java?
Q. What is the output of the following program?
Q. Which of those permits the storage of the many null values?
Discusssion
Login to discuss.