Servlets and JSP
Servlets
A servlet is a Java programming language class that is used to extend the capabilities of servers that host applications accessed by means of a request-response programming model.
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<ti...
oden.hashnode.dev5 min read