1.

What Are Access Specifiers Available In Java?

Answer»

Access SPECIFIERS are KEYWORDS that determine the TYPE of access to the member of a class. These are:

  • Public
  • Protected
  • Private
  • Defaults.

Access specifiers are keywords that determine the type of access to the member of a class. These are:



Discussion

No Comment Found