Query:         What are Access Specifiers available in Java?

Answers:         Access specifiers are keywords that determines the type of access to the member of a class. These are: 1.Public 2.Protected 3.Private 4.Defaults




Query:         What are Access Specifiers available in Java?

Answers:         Access specifiers are keywords that determines the type of access to the member of a class. These are: 1.Public 2.Protected 3.Private 4.Defaults