J2SE Question:

What is switch?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword used to evaluate a variable that can later be matched with a value specified by the case keyword in order to execute a group of statements.


Previous QuestionNext Question
What is raster?What is super?