How to solve stack over flow?
In my application no recursive function call.
It is a J2EE application (web)
In the application one Applet is calling. This applet having many pages and many records, and the records arranged in different pages. While going to next page it taking too much time to repaint the applet. some time some part of the records is showing
This application handles 1000s of records and the data type using for it is Vector
Before occurring stack overflow, some null pointer exception invokes.
Also the Applet is taking time to repaint when the next page invokes.