08.20.12 - 12.16.12
Introduction to Java Programming
Monday Wednesday
04:00 PM - 05:20 PM
Hello World Application
Objective: To setup your Java environment and create a small simple program
pastdue
Comments placed in each source code file | 10 pts |
Application JAR file is executable | 30 pts |
Application source and class files included | 30 pts |
Application displays HelloWorld | 30 pts |
Total | 100 pts |
Write a java application that will display the words "Hello, World!!!". The application should be very similar (except for the output) to the "Welcome to Java!!!" example we did together in class.