what is the difference between ServletContext and
ServletConfig
Answer Posted / saurabh kandpal
servletcontext is for a individual servlet
servlet config is for the whole webapplication which may
include diffrent servlet context
| Is This Answer Correct ? | 3 Yes | 37 No |
Post New Answer View All Answers
What is the functionality of actionservlet and requestprocessor?
Can you call a jsp from the servlet?
How printwriter is different from servletoutputstream?
Why do we have servlet listeners?
Elucidate servlet attributes and its scope?
When to use doget() and when dopost()?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How the JSP file will be executed on the Server side?
How do you invoke a servelt?
What is pure servlet?
Explain servlet.
Name the packages that work with servlet?
What are the different methods of session management in servlets?
Define context initialization parameters.
Which httpsession object is used to view and manipulate information about a session?