MCQOPTIONS
Saved Bookmarks
| 1. |
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» C. ShowSomeClass | |