Content deleted Content added
Line 27:
==Servlet API==
The Servlet API is the foundation of almost all Java Web View technologies. Servlets provides the basic mechanism for writing Java [[Class (computer programming)|classes]] for web applications. Servlets can respond to HTTP requests, create cookies and maintain sessions.
==JavaServer Pages (JSP) ==
|