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.



Discussion

No Comment Found