What is the difference between servlet config and servlet
context.
Answer Posted / sulthansheriff
Servlet Context :
In servlet programming, the servlet context is the
environment where the servlet runs. The servlet container
creates a ServletContext object that you can use to access
information about the servlet's environment.
ServletConfig:
A servlet configuration object used by a servlet container
used to pass information to a servlet during initialization.
| Is This Answer Correct ? | 89 Yes | 27 No |
Post New Answer View All Answers
Is servlet thread safe?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Describe in brief RequestDespatcher?
What are the functions of the servlet container?
Is servlet synchronized?
Is servlet a server side scripting language?
How to generate the server side programming and the advantages of it over the other languages?
What is a web container and what is its responsibility?
Which event is fired at the time of project deployment and undeployment?
What is meant by session? Tell me something about httpsession class?
What is the difference between jsp and servlet life cycle?
Name the packages that work with servlet?
what do you understand by url rewriting?
Why is init() method is used in servlets?
What is servlet api used for conneting database?