Instructions for Homework Submission

Your HTML file for each Homework problem should have the following structure:
(this structure is only a guideline)

<HTML>
<HEAD>
<TITLE> HW1a </TITLE>
</HEAD>
<BODY>

Homework 1a for Suresh Kalathur
<APPLET CODE="HW1a.class" WIDTH="500" HEIGHT="300">
</APPLET>
 
<A HREF="HW1a.java"> Link to Source Code </A>
</BODY>
</HTML>
 

FTP the following files to your people.bu.edu account:

  1. The HTML file
  2. The Source Code (.java file)
  3. The compiled files (.class file)
For help on how to publish on the BU web server, you can take a look at http://www.bu.edu/webcentral/publishing/people/publish.html

Then, send an E-mail to me (kalathur@bu.edu) using the Subject "MET CS565 HW# " and the message including the location of your HW files.