Answer Posted / tulasi vani
Servlets are server side java programs that are run on web
or application servers.They act as a middle layer between
the requests coming from the web browsers and databases
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are the advantages of Servlet over CGI?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How do we translate jsp?
List out difference between a JavaBean from a Servlet?
What mechanisms are used by a Servlet Container to maintain session information?
What is servlet container?
Which interface must be implemented by all servlets?
What is the directory structure of web application?
Name the packages that work with servlet?
Is that servlet is pure java object or not?
What’s the use of the servlet wrapper classes??
What is the need of servlet filters?
Can we use the constructor, instead of init(), to initialize servlet?
Which method of the httpservletrequest object is used?