InterviewSolution
Saved Bookmarks
| 1. |
What is servlet? Explain |
|
Answer» This is a Java programming class that runs on Java-enabled SERVER or application server and EXTENDS the capabilities of servers that host applications. A servlet POSSESSES all the features of Java such as PLATFORM independence, portability, security and database connectivity. |
|