McqMate
| 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? |
| A. | myLibrary.java |
| B. | ShowSomeClass.java |
| C. | ShowSomeClass |
| D. | ShowSomeClass.class 1. |
| Answer» B. ShowSomeClass.java | |
View all MCQs in
Java ProgrammingNo comments yet