

MCQOPTIONS
Saved Bookmarks
1. |
To run the file TestClass.class from the command line, we have to type what? |
A. | java TestClass |
B. | javac TestClass |
C. | java org.junit.runner.JUnitCore TestClass |
D. | org.junit.runner.JUnitCore TestClass |
Answer» D. org.junit.runner.JUnitCore TestClass | |