Java Advance Go Back Create if and if/else constructs views 09:46 In Java, we have conditional statements. There are two selection statements in Java which are if and switch. With these conditional statements we can perform certain actions if the given condition is fulfilled. 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