InterviewSolution
Saved Bookmarks
| 1. |
What are Servlets? |
|
Answer» JSP PAGES are often combined with SERVLETS in the same application. The JSP specification is based on the Java SERVLET specification. Simply put, a servlet is a piece of code that adds new functionality to a web server, just LIKE CGI and proprietary server extensions such as NSAPI and ISAPI. Compared to other technologies, servlets have a number of advantages:
|
|