What is the difference between servlet config and servlet
context.
Answer Posted / kalareddy
servlet context hold the info about application and servlet
config hold the servlet info.
| Is This Answer Correct ? | 38 Yes | 11 No |
Post New Answer View All Answers
Name the different ways of session tracking.
Explain the difference between jsp and servlet?
What is cookie in servlet?
How can you use a servlet to generate a plain text instead of html?
How to handle exceptions thrown by application with another servlet?
What is the dispatcher servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
How do servlets work?
What is the directory structure of web application?
What is a servlet context?
Which protocol will be used by browser and servlet to communicate
What are the annotations used in servlet 3?
How the typical servlet code look like ?
Differentiate between get and post?
What is a generic servlet?