Java
Programming and Technical
Q. What are the access modifiers in Java?
A. There are 3 access modifiers. Public, protected and private, and the default one if no identifier is specified is called friendly, but programmer cannot specify the friendly identifier explicitly.
Read Solution (Total 1)
-
- Public , Private , Protected , Default
- 9 years agoHelpfull: Yes(0) No(0)
Java Other Question