1.

What Is Servlets And Explain The Advantages Of Servlet Life Cycle?

Answer»

Servlets are modules that run within the server and receive and respond to the requests made by the client. Servlets retrieve most of the PARAMETERS using the input STREAM and send their responses using an OUTPUT stream.

Servlets are used to extend the server SIDE functionality of a website. They communicate with VARIOUS application on the server side and respond to the request made by the client.

Servlets are modules that run within the server and receive and respond to the requests made by the client. Servlets retrieve most of the parameters using the input stream and send their responses using an output stream.

Servlets are used to extend the server side functionality of a website. They communicate with various application on the server side and respond to the request made by the client.



Discussion

No Comment Found