KnowledgeBoat Logo

Computer Applications

In a switch case, when the switch value does not respond to any case then the execution transfers to:

  1. a break statement
  2. a default case
  3. a loop
  4. none

Java Conditional Stmts

134 Likes

Answer

a default case

Answered By

3 Likes


Related Questions