HOMEWORK2--CS332

 

 

1)      Learn how to use the javadoc documentation (You can download it or browse it on-line

at    http://java.sun.com/j2se/1.4/docs/api/index.html  

 

 

2)      Study Chapters 2,3,4 of Textbook

 

3)      Modify the URLDemo class so that it accepts 2 inputs, the URL and a html file name. The class will save

      the contents of the URL to the specified file (use the javadoc to learn about files). Bring in the code next time.

 

 

4)      Visit the UML tutorial at  http://unicoi.kennesaw.edu/~jbamford/csis4650/uml/UML_tutorial/index.htm

and read the section on Class Diagrams.

 

 

 

*****************************************************************************