If a class is declared without any access modifiers, where may the class be accessed in Java Programming?
Submitted by: AdministratorA class that is declared without any access modifiers is said to have package or friendly access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java Job Interview Questions And Answers
Top Java Questions
☺ | What is the purpose of the wait(), notify(), and notifyAll() methods in Java Programming? |
☺ | What is the Properties class in Java Programming? |
☺ | What is the purpose of finalization in Java Programming? |
☺ | What do heavy weight components mean in Java Programming? |
☺ | What modifiers may be used with an inner class that is a member of an outer class in Java Programming? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |