Download presentation
Presentation is loading. Please wait.
Published byArchibald Norris Modified over 9 years ago
1
Java™ How to Program, 9/e © Copyright 1992-2012 by Pearson Education, Inc. All Rights Reserved.
8
To compile the program, type java Welcome1.java To execute the program, type java Welcome1 Launches the JVM, which loads the.class file for class Welcome1. Note that the.class file-name extension is omitted from the preceding command; otherwise, the JVM will not execute the program. The JVM calls method main to execute the program. © Copyright 1992-2012 by Pearson Education, Inc. All Rights Reserved.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.