Java Advance Go Back Applying access modifiers views 06:01 What are Access modifiers? There are two types of modifiers in Java 1. Access modifiers 2. Non-Access modifiers Access modifiers specify the scope and the accessibility of the field, any method, class or aconstructor. 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