InterviewSolution
Saved Bookmarks
| 1. |
Servlet are used to program which component in a web application?(a) client(b) server(c) tomcat(d) applet |
|
Answer» Correct answer is (b) server To explain: A servlet class extends the capabilities of servers that host applications which are accessed by way of a request-response programming model. |
|