About Question enthuware.jwpv6.2.609 :
Posted: Fri Feb 17, 2012 11:58 am
Code: Select all
public WFTestServlet1(){
System.out.println("WFTestServlet1 instance created "+(++count));
}
Code: Select all
int count;
This is distracting, one thinks that that method will fail because of compile error.