What is the difference between servlet config and servlet
context.
Answer Posted / ravikiran.chd
servlet config is used to configure the deploy time
constants per servlet
Servlet context is used to configure the deploy time
constants per web application
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
Explain in brief the directory structure of a web application?
Which httpsession object is used to view and manipulate information about a session?
Where do you define dispatcherservlet?
What is servlet and its life cycle?
How can we invoke another servlet in a different application?
Which is better jsp or servlet?
What is the purpose of requestdispatcher interface?
What is meant by a servlet?
Write a command to get actual path of a servlet to the server?
What is difference between PrintWriter and ServletOutputStream?
Can you use javascript in servlets?
Why HttpServlet class is declared abstract?
What is servlet and its types?
What is generic servlet class?
How can we refresh automatically when new data has entered the database?