DEVFYI - Developer Resource - FYI

What is else

J2SE Interview Questions and Answers


(Continued from previous question...)

63. What is else

A Java keyword used to execute a block of statements in the case that the test condition with the if keyword evaluates to false.

(Continued on next question...)

Other Interview Questions