Java If Else Statement

The Java if statement is used to test the condition. It returns true or false. 
There are various types of if statement in java.

Leave a comment