Jul
1st
Author: admin |
Files under Applets v/s Applications
1) Applets dont use main() method for initiating the execution of code but when applets are loaded they automatically call certain methods of Applet class to start and execute the applet code.
2) Applets are restricted to the use the libraries.
3) Applets cant run any program the local computer.
4) Applets cant communicate with other servers on […]