 |  |  | 4.12 Week 12 -- Networking |
4.12 Week 12 -- Networking
- Look at the URL class
- Look at My sabbatical project.;
- TCP/IP
- You may want to use Regular Expressions
Write a program that gets some information off of the Internet.
It can be almost anything. Some examples:
- The current time.
- The status of a list of ebay auction
- The weather (temperature) fro a web site
Look at the URL class and how to convert it to a
BufferedReader.
Turn in a copy of your code and show me your program running.
Write a program that provides the same information to the Internet.
Either using servelets or writing your own http server, using the code
you wrote for the prior assignment to generate your own web page.
Set up your program so that the port used is provided by the user
when the program is started. If the port number is not provided, use port
80.
Instructor: ltaber@pima.edu ** My new Home at GeoApps in Tucson ** The Pima College Site
 |  |  | 4.12 Week 12 -- Networking |