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
What is pure servlet?
Why doesn’t a servlet include main()? How does it work?
What is the difference between the servlets and cgi programs?
How to make sure a servlet is loaded at the application startup?
What are different methods of session management in servlets?
What is servlet attributes and their scope?
Why the container loads server at the application startup and how?
How do you define a servlet?
What is cookies in servlet with example?
Why is servlet used?
What are the life-cycle methods for a servlet?
Can we override destroy method in servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Explain the jar and war files in servlet?
Who is responsible for writing a constructor?