What is the difference between servlet config and servlet
context.
Answer Posted / gopinath
Servlet Context is way to create the application object.
Servlet Context is way to create Servlet Parameters
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain mvc pattern.
What is called a session?
Define declaration.
What do you mean by url pattern in servlet?
What are the new features added to servlet 2.5?
Why doesn’t a servlet include main()? How does it work?
What is the purpose of requestdispatcher interface?
How the servlet is loaded?
What must be implemented by all servlets?
What are all the advantages of servlet over cgi?
What do you mean by servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Explain the features are in servlet 3?
Describe in brief RequestDespatcher?
What are the key methods that are involved in processing of http servlets?