Hi Friends......
What are context initialization parameters? Which type of functionality it provided?
Thanks............
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 6, 2011, 12:41 PM
Context initialization parameters are defined in the Deployment descriptor an accessible to all the servlets in the application. You can use context initialization parameters to specify the information that is dynamically change.
Please refer the below link
http://www.java2s.com/Tutorial/Java/0400__Servlet/ServletWebXMLContextInitParameter.htm
Thanks
Vikas MishraPosted Dec 7, 2011, 12:06 PM