Java - do-while Loop

Java provides do-while loop which is one of the control flow statements and it will execute the block of code at-least one or more time as long as the specified conditional expression is valid (i.e., true)