Write a client program that invokes Hello.cgi.

(i) write it using the stream socket API
(ii) write it using the URL class.
Hand in the program listings'

Same as HTTPClient.java; enter the URI for Hello.cgi as the 3rd command-line argument.
Same as URLBrowser.java; enter the URI for Hello.cgi as the 3rd command-line argument.

Computer Science & Information Technology

You might also like to view...

The Animation ________ provides a summary of animation effects used

Fill in the blank(s) with correct word

Computer Science & Information Technology

Text enclosed in /* */ in a C program _________.

a. gives instructions to the processor b. declares memory requirements c. makes files available d. causes a syntax error e. is ignored by the C compiler

Computer Science & Information Technology