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
What is the difference between forward () and sendredirect () functions in servlet? Explain
Can we override servlet service method?
What is string tokenizer?
What is the directory structure of web application?
What is the difference between sendredirect() and forward() in a servlet?
How can you use a servlet to generate a plain text instead of html?
How can the session in servlet can be destroyed?
What is the importance of init() method in Servlet ?
What are the drawbacks of cgi?
What are some disadvantages of storing session state in cookies?
What is the advantage of Servlets when compared with other server side technologies?
What are sessions in servlets?
Which http method is said to be non-idempotent and idempotent?
What is a servlet context object?
The code in a finally clause will never fail to execute, right?