InterviewSolution
Saved Bookmarks
| 1. |
What Is Else ? |
|
Answer» A Java keyword USED to execute a BLOCK of STATEMENTS in the CASE that the test condition with the if keyword evaluates to false. A Java keyword used to execute a block of statements in the case that the test condition with the if keyword evaluates to false. |
|