Exit Controlled Loop in Java


☞In this construct the condition is checked at the end point.

☞If the condition is true, the control is allowed to enter into the loop otherwise denied but will enter the loop atleast once.

☞It is of one type.

1. do-while Loop