Login and Register ×
Check your Email for the OTP
Java Programming Language TCS Core Java Questions
⚠ Report ✓ Question Verified Copy Link
Explanation:
The correct option is:
access
Java uses access specifiers (also known as access modifiers) to control the visibility of classes, methods, and fields. These include public, private, protected, and the default (package-private) access level.
public
private
protected
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Java Programming Language TCS Core Java Questions