Wednesday, February 7, 2007

Why does it take so much time to access an Applet having Swing Components the first time?

Because behind every swing component are many Java objects and resources. This takes time to create them in memory. JDK 1.3 from Sun has some improvements which may lead to faster execution of Swing applications.


SOURCE : www.referjava.com

No comments: