Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
Last active February 19, 2017 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RebeccaWhit3/41dc8cc9de277d29abab77f14f866694 to your computer and use it in GitHub Desktop.
Save RebeccaWhit3/41dc8cc9de277d29abab77f14f866694 to your computer and use it in GitHub Desktop.

Software

Types of Software

Applet

Definition:

  • A program designed to be executed from within another application
  • A program interacting with the environment that executes it
  • A program that cannot be executed directly from the operating system

Other Definitions:

  • Term used to refer to a Java applet
    • A program written in the Java programming language that is designed to be placed on a web page
    • A Java applet can appear in a frame of the web page, a new application window, Sun's AppletViewer, or a stand-alone tool for testing applets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment