How to work with Servlet, JSP and JDBC?

A servlet is a Java class that can be loaded dynamically into and run by special web server called the servlet container — most popular one is Tomcat. Servlets interact with clients via request-response model based on HTTP (HTTPS also supported). A servlet can serve static content such as HTML pages and images file, but it would …

Design a site like this with WordPress.com
Get started