Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
|
| Review Questions |
| 1.8 | Which command from the JDK should be used to compile the following source code contained in a file named SmallProg.java?
Code View:
Scroll
/
Show All public class SmallProg {
public static void main(String[] args) { System.out.println("Good luck!"); }
}
Select the one correct answer.
|
| 1.9 | Which command from the JDK should be used to execute the main() method of a class named SmallProg?
Select the one correct answer.
|