R
Q. What is the output of the below Java program?
int persons = 45; int random = 45; switch(random) { case persons: System.out.print("CRICKET "); default: System.out.println("RUGBY"); }
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 the following is false as far as type 4 driver is concern?
Q. Which of these is an incorrect statement?
Q. Character Stream Classes support input/output operations on _______ characters:
Q. Is Session a thread-safe object?
Q. Constructors have the same name as the ________
Q. Which function is used to perform some action when the object is to be destroyed?
Q. Abstract class cannot have a constructor.
Q. Standard output variable ‘out’ is defined in which class?
Q. What is the other name for a Question Mark - Colon (?:) operator in Java?
Discusssion
Login to discuss.