Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2009Spring

01.12.09 - 05.08.09

Introduction to Java Programming

CSCI2133

Monday Wednesday
04:00 PM - 05:20 PM

Hello World Application and Applet

Lab01

Objective: Setup the Java environment and create the following programs.

pastdue

Submit Your Solution

Lab01

Request a Copy of your Solution

Lab01

Requirements

Comments placed in each source code file5 pts
Application JAR file is executable10 pts
Application source and class files included10 pts
Applet source, HTML and class files included5 pts
Applet tag archive attribute correct10 pts
Application displays "Hello, World!"30 pts
Applet displays "Hello, World!"30 pts
Total100 pts

Instructions

Write a java application and a java applet (including HTML file) that will display the words "Hello, World!!!". The application and the applet should be very similar (except for the output) to the "Welcome to Java!!!" examples we did together in class.