"Eat" up memory
843851Mar 25 2003 — edited Mar 28 2003What is the difference of declaring a variable in constructor and in install()?
I found that if I declare a variable in constructor, after few times select (just select), it return 6f00.
When I remove the variable from constructor to install(), it seems no problem for how many times I select the applet.
And this happened after I have specified the limit in install paramenters.