Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

What are access modifiers?

Category: Java

Java provides access control through public, private and protected access modifier keywords. When none of these are used, it’s called default access modifier.
A java class can only have public or default access modifier.

Leave a Reply

Your email address will not be published. Required fields are marked *