Wednesday, September 16, 2015

Applet

- Applet is a java program that must be run from web browser.

Even if one has not programmed using Java before, you are probably familiar with Java applets, because applets are small java programs that can only be executed from within a web browser.

A web site employing an applet will provide the same compiled program to web browsers on all platforms. Java can also be used to create stand alone applications.


2 comments:

  1. #ExampleforApplet:

    Can I consider java addins and java updates for the browsers as applets?

    ReplyDelete
  2. #Standaloneapp:

    Can I consider desktop app or games as stand alone applications, because they dont need other application support everytime to run(except system OS)

    ReplyDelete