What is the difference between servlet config and servlet
context.
Answer Posted / nahim makhani
Servlet context is used for every servlet of package and
servlet config
is used for particular one servlet
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
How can we create deadlock situation in servlet?
Who is responsible to create the object of servlet?
Explain Action Servlet?
How to notify an object in session when session is invalidated or timed-out?
Explain the difference between get and post method in servlet?
What do you mean by session tracking?
What’s the use of the servlet wrapper classes??
Explain the servlet filter.
Differentiate between the print writer and servlet output stream?
Explain the custom jsp tags and the beans.
What are the objects involved when a servlet receives a call from client?
Who is responsible for writing a constructor?
What is load-on-startup in servlet?
How is an application exception handling is done using a servlet?
Write all the phases defined in servlet life cycle?