What is default?

Submitted by: Administrator
A Java keyword optionally used after all case conditions in a switch statement. If all case conditions are not matched by the value of the switch variable, the default keyword will be executed.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers