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 do we share data using 'getservletcontext ()?
How can you use a servlet to generate a plain text instead of html?
Can a jsp be called using a servlet?
What’s the difference between forward() and sendredirect() methods?
What do you mean by request dispatcher in servlet?
how the HTML data stored in web server?
What is the directory structure of web application?
Why is http protocol called as a stateless protocol?
Why do we need a constructor in a servlet if we use the init method?
What is the dispatcher servlet?
What is cookie in servlet?
What do you mean by scope object and what are its types?
What is servlet instance?
What is servlet mapping?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?