OOPs Concepts
Programming and Technical
What are the access modifiers in Java?
Read Solution (Total 1)
in java there are four access modifires:
public,private,protected and default.
10 years ago
Helpfull: Yes(0) No(0)
OOPs Concepts Other Question
What is the base class of all classes?
What is are packages?