Java Advance Go Back Creating and using Do/While loops views 10:49 The do-while loop is another type of while loop. The loop will execute the code once, then check the condition in the while statement. If the statement is true then the block of code in the do loop will get executed. Once the condition in while expression becomes false, the control comes out of the loop. Create if and if/else constructs Using a switch statement Creating and Using Arrays Multidimensional Array Using Loop constructs Creating and using Do/While loops Working with Methods and Encapsulation Assignment of Object referance variables Arguments and Parameters Applying static keywords to methods and fields Defualt constructor and User defined constructor Applying access modifiers Applying encapsulation principles to a class