| Author |
what is the difference between servlet config&servletContext
|
krupakar jonnalagadda
Greenhorn
Joined: Aug 28, 2005
Posts: 1
|
|
hi all, this is krupakar in servlets we are directly implementing the servlet interface then it uses servletconfig as a instance varible then it will get some side effects what are they? how to solve those side effects?
|
 |
Dale Seng
Ranch Hand
Joined: Mar 22, 2004
Posts: 275
|
|
So, Who told you that there would be side-effects? Your instructor? I'll give you a hint.... Whenever you hear "instance variable" you should think, I hope there are not a bunch of threads running with a reference to one instance of an object. --Dale--
|
 |
 |
|
|
subject: what is the difference between servlet config&servletContext
|
|
|