What are the advantages of using a client/server approach?
What will be an ideal response?
The advantages of a client/server system are greater computer power and greater opportunity to customize applications.
Computer Science & Information Technology
You might also like to view...
Which of the following statements restores the default fill character?
a. cout.defaultFill(); b. cout.fill(); c. cout.fill( 0 ); d. cout.fill( ' ' );
Computer Science & Information Technology
The servlet’s_______ method receives and processes the request, and sends a response to the client.
a) request. b) handleRequest. c) respond. d) None of the above.
Computer Science & Information Technology