what is servlet and what you get when we use servlets?
Answer Posted / someone
servlet acts as a web container in which we can execute the
html data via httprequest.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What do you understand by mime type?
Explain the working of service() method of a servlet.
Elucidate servlet attributes and its scope?
What do you mean by session tracking?
What is the difference between using getSession(true) and getSession(false) methods?
Why HttpServlet class is declared abstract?
What are different Authentication options available in Servlets.
How we can call a jsp from the servlet?
What is the disadvantage of cookies?
How can we create deadlock situation in servlet?
What is the difference between CGI and Servlet?
Explain the difference between jsp and servlet?
Can we use threads in Servlets?
What is the directory structure of web application?
How do we translate jsp?