What happens when an applet is loaded ?
3 years ago
OOP Java
First of all, an instance of the applet’s controlling class is created. Then, the applet initializes itself and finally, it starts running.

Surya Bikram Bhandari
Oct 31, 2021