Decision-making in Java

In Java Decision making statement is quite similar to our day-to-day life. So here also it performs the same as real life. It executes particular lines of code which are based on the result of its provided condition. It is too much important to define and control the flow of execution of a program. There are different types of decision-making principles in Java: if
if-else
if-else-if
nested-if
switch-case
break, continue