0

java

what is different between if else

8th Oct 2017, 6:57 AM
ayyappan
ayyappan - avatar
1 Answer
+ 16
If the if condition is valuated to false, the else case will be executed and the if case skipped. If the if condition is valuated to true, the if case will be executed and the else case skipped.
8th Oct 2017, 7:00 AM
Tashi N
Tashi N - avatar