Web Application Components

1. Servlet – A servlet is a web component, managed by a container, that generates dynamic content. Servlets are small, platform independent Java classes compiled to an architecture neutral byte code and can be loaded dynamically into and run by a web server. Servlets interacts with web clients thru a request [...]