1)What is the functionality of web server? What are servlets?

The first is to handle network connections; the second is to create a response to be sent back.
The first task involves programming at the socket level, extracting information from request messages, and implementing client-server protocols, such as HTTP.
Read More »
Tags:
java,
jsp,
session Questions