- What is default class modifier?
- What is private access modifier?
- What is default or package access modifier?
- What is protected access modifier?
- What is public access modifier?
- What access types of variables can be accessed from a class in same package?
- What access types of variables can be accessed from a class in different package?
- What access types of variables can be accessed from a sub class in same package?
- What access types of variables can be accessed from a sub class in different package?
- What is the use of a final modifier on a class?
- What is the use of a final modifier on a method?
- What is a final variable?
- What is a final argument?
- What happens when a variable is marked as volatile?
- What is a static variable?