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
Be the first to start discuss.
Q. Abstract class cannot have a constructor.
Q. What is the output of the below Java program?
Q. Which part of code gets executed whether exception is caught or not?
Q. What will be the output of the following code
Discusssion
Login to discuss.