IBM®
Skip to main content
    Country/region [select]      Terms of use
 
 
    
     Home      Products      Services & solutions      Support & downloads      My account     
 
developerworks > Dashboard > IBM Lotus Domino Web Application Development > ... > Java primer > Introduction to applets
developerWorks
Log In   View a printable version of the current page.
Overview Spaces Forums Blogs Podcasts Wikis Exchange
Introduction to applets
Added by schenkew@us.ibm.com, last edited by jservais on Apr 01, 2008  (view change)
Labels: 
(None)

 This is a community wiki. Be sure you are logged in to edit, comment, and add pages. Not a member yet? It's free and simple. Click Login in the upper right corner and Register.
View a PDF of the original wiki content produced in March 2008 by Lotus and IBM Redbooks.

A Java applet is essentially a small non-standalone application that can be run from a web browser. Put simply, when a user accesses and runs an applet, the Web browser downloads the applet code from a Web page to the user's machine and then runs it. Since the applet is essentially a running program after it is loaded, it can do everything that a standalone Java program can do if it were run from the user's machine.

The key here is that an applet is a non-standalone application, and it is specifically run from a Web browser.


    About IBM Privacy Contact