can you tell the use of Initialization parameters of servlets
Printable View
can you tell the use of Initialization parameters of servlets
Elaborate on that one please.
We use init parameters to set certain values.
// Json
Most time Initialization parameters is use in web.xml for databse related information.
u can have COntext level and Servlet levels initialization parameters.