Blog is under construction. Blog is under construction.

Me on Flickr

Wednesday, 1 August 2012

Servlets - Advantages of Servlet

Advantages of ServletsIn any J2EE web applications servlets are an integral part. The server side component of a servlets gives a powerful mechanism for developing server side web applications. It provides an important role in the explosion of Internet, its reusability, performance and scalability. Web developers can create fast and efficient server side programs or applications by using servlets. By using servlets web developers can run these applications...

Servlets - What is Servlet?

What is Java Servlet?A Servlet is a Java-based server-side web technology. As the name implies, it serves a client request and receives a response from the server.Technically speaking, a Servlet is a Java class in Java EE that conforms to the Java Servlet API, a protocol by which a Java class may respond to requests. They are not tied to a specific client-server protocol, but are most often used with...
Related Posts Plugin for WordPress, Blogger...