Categories
Java

The access modifiers of methods and variables of a java class

In this article I explain how to set the visibility of methods and instance variables, ie those variables declared outside of any method (the variables declared within a method are called local variables and they are visible in the method only).

Categories
Java

The modifiers of a Java class

The modifiers of a Java class are:

  • public
  • abstract
  • final
  • strictfp