Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the Java program below?
String college = "OXFORD"; switch("STANFORD") { case college: System.out.println("EXAM TIME"); break; default: System.out.println("UNKNOWN"); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What is the output for the below code ?
Which is built on the top of socket programming?
What will be the output for the below code ?
Which type of conversions do not lose information about the magnitude of a value
Which is the Microsoft solution for providing dynamic Web content?
Which keyword is used to inherit classes in Java?
What will be the output of the following code
Identify the prototype of the default constructor. Public class Solution {}
Discusssion
Login to discuss.