here? The way method parameters will supersede member variables?ouch
Samir Dash wrote:Hi Narendra,
Actually what I was trying to say is, assume we provide a no argument constructor without access modifier. In this case we will not get any compilation error (as theoritically the class is correct), but it will not be loaded by the container as there is no public no argument constructor existing. We will get error on loading of servlet. So if in case of servlets compiler can check this, it would be better.