InterviewSolution
Saved Bookmarks
| 1. |
What Is If ? |
|
Answer» A JAVA keyword used to conduct a CONDITIONAL TEST and execute a block of STATEMENTS if the test evaluates to true. A Java keyword used to conduct a conditional test and execute a block of statements if the test evaluates to true. |
|