Assignments for Java - Programming the Internet



  1. Log into your NT account from a public workstation or from your home.

  2. Create an original html document which uses all of the html devices used in the html file,
    http://cs-netlab-01.lynchburg.edu/courses/java/HTMLDemo.html.
    Put the file in your NT account main directory. Call the file PROG2.html.

  3. Review the JavaScriipt Language Summary at
    http://cs-netlab-01.lynchburg.edu/courses/java/JSSynop.html

  4. Create a web page which implements the while loop and the for loop in the file above. Call this html file, PROG3.html.

  5. Create a JavaScript program which computes loan payments as discussed in class. Call this file PROG4.html and put it in your NT server account.

  6. Read Chapter 1 of the text (Basic Concepts) and do the sample program located on page 20. Review the questions at the end of the Chapter (page 25)

  7. Read Chapter 2 (OOP); especially the following pages: 29-33, 36, 39-52, 56-69. Review the exercises at the end of the Chapter on page 70 and do number 6.

  8. Read Chapter 3 (Language defined - part1) and review the exercises at the end of the Chapter on page 97.

  9. Read Chapter 4 (Language defined - part2) , pages 99-126, 131-132, 137-147

  10. Read Chapter 5 (Arrays and Exceptions), pages 157-182

  11. Read Chapter 12 (File I/O), pages 515-543..

  12. Create a program which will sort an input file and put the sorted data into an output file as follows:
    Call your file PROG5.java and PROG5.class and put them in your NT server account.

  13. Read Chapter 9 (the AWT), pages 349 - 431. Review the program selsort6.java.

  14. Create a mini text editor with a GUI interface. Partial specs follow:
    Call your file PROG6.java and PROG6.class and put them in your NT server account.

  15. Read Chapter 7 (Applets), pages 261-277