yeah, the size of a java class should not exceed 64kb, if the requirements r more and the size increases this limit, what to do, can anyone pls explain regarding this in detail. thnx bhramaresh
To get past this limit, simply move some or all of your processing into other classes, and call them from your JSP. In my experience, if you hit this limit it is a strong sign that your web application is not well-factored, and probably will be very hard to test and maintain.