<%@ page import = "IntegerObjectJSP.IntegerObject" %> <%! IntegerObject AccessCount= new IntegerObject(0); %> <% AccessCount.Increment(1); out.println(AccessCount.GetValue()); %>