1. Which two are access modifiers? (Choose all correct answers) public □ final □ static private 2. To make fields directly accessible to other classes, the class fields must be marked public. I ITrue O False 3.Which two statements are true about getter methods? (Choose all correct answers) LJ Getter methods typically return void □You must have a setter method if you have a getter method □Getters have a public access modifier. Getters usually accept no arguments. 4. Which two statements are true about private access modifier? (Choose all correct answers) class fields marked private are visible to any class. □Class fields marked private are most secure. Class fields are typically marked public. Class fields are typically marked private. 5. Access and visibility of a class should be limited as much as possible. True O False
Expert Answer