ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What are access modifiers?

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. Read Java Access Modifiers to learn more about these in detail.
Related Posts Plugin for WordPress, Blogger...
Flag Counter