Home : Course Map : Chapter 14 :
Exercises
JavaTech
Course Map
Chapter 14

Web Servers
Design of Server
ServerSocket
Threads For Clients
Client Streams
HTTP Protocol
Run Server
  Demo 1
Secure Server
  Demo 2
More Security
A client application
  Demo 3
Server Apps
Servlets
Exercises

     About JavaTech
     Codes List
     Exercises
     Feedback
     References
     Resources
     Tips
     Topic Index
     Course Guide
     What's New

 

  1. Create a graphical user interface for the MicroServer. Let the user interface allow, for example, the user to set the port for the clients to use. It could also show a list of the client file requests and the client IP addresses.

  2. Perform some calculation in your server when it recieves a request from the client. Include data with the client request, such as a number appended to the file name, and send the results back to the client in a formatted manner such as in a table.

  3. In a server with a graphical interface, use histogram(s) to display data sent from clients.

 

 

  
  Part I Part II Part III
Java Core 1  2  3  4  5  6  7  8  9  10  11  12 13 14 15 16 17
18 19 20
21
22 23 24
Supplements

1  2  3  4  5  6  7  8  9  10  11  12

Tech 1  2  3  4  5  6  7  8  9  10  11  12
Physics 1  2  3  4  5  6  7  8  9  10  11  12

Java is a trademark of Sun Microsystems, Inc.