50 classes access is public and 20 classes default… what is the number of . java files……
the answers are
1)20
2)70
3)51
4)50
Printable View
50 classes access is public and 20 classes default… what is the number of . java files……
the answers are
1)20
2)70
3)51
4)50
The number of .java files 50. However the number of .class files would be 70 (provided that there are no inner classes).
Hello abhishekraok2003, welcome to the Java Programming Forums :)
These links will help you clear up any doubts.
Java Programming/Access Modifiers - Wikibooks, collection of open-content textbooks
Controlling Access to Members of a Class (The Java™ Tutorials > Learning the Java Language > Classes and Objects)