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 happens when a thread cannot acquire a lock on an object in Java Programming? |
☺ | What is synchronization and why is it important in Java Programming? |
☺ | What are peerless components in Java Programming? |
☺ | How are the elements of a GridBagLayout organized in Java Programming? |
☺ | What do heavy weight components mean 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. |