R
Q. What is the output of the Java code snippet?
int a=25, b=30; boolean c = a>25 | b<40; if(c) { System.out.println("RABBIT"); } else { System.out.println("GOOSE"); }
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 output of the following code?
Q. Which laboratory was Java invented or developed in?
Q. Which of these is correct way of inheriting class A by class B?
Q. What is the output of this program?
Q. Which of these class is related to all the exceptions that cannot be caught?
Discusssion
Login to discuss.