Vidyalelo
Java Programming · Q14

Flow Control

Programming · Java Programming · question 14

Q14

In Java, what does the "default" keyword refer to in a "switch" statement?

A.
The default loop condition
B.
A reserved keyword with no specific meaning
C.
The default value of a variable
D.
The default case to execute when no other case matches
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board