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?
β
Correct Answer: (B)
ShowSomeClass.java
You must be Logged in to update hint/solution