Q. Consider the following program:import myLibrary.*; public class ShowSomeClass { // code for the class... } What is the name of the java file containing this program? (Solved)
1. myLibrary.java
2. ShowSomeClass.java
3. ShowSomeClass
4. ShowSomeClass.class 1.
- b. ShowSomeClass.java