Sunday, July 4, 2010

Difference between an applet and a program

• Applets do not have a main() method.


• Applets cannot run independently. They are run from within a browser.

• Applets cannot read from or write to files on the local computer.

• Applets cannot run any program from the local computer.

• Applets are restricted from using libraries of other languages.

• Applets cannot communicate with other computers on the network.

No comments:

Post a Comment