Jump to content

What's an applet, anyway?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
I've never understood exactly what an applet was. Is it just a Java program, or part of a Java program? I've heard it used a lot but have yet to know what it is.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
An applet is a java program that is meant to be run over the internet within a browser window. It has several restrictions for security reasons, such as not being allowed to write to the hard-drive of the computer it's being run on.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_myuusmeow_*

Guest_myuusmeow_*
  • Guests
An applet is a piece of software made to be used in another program, ie. a web browser. Java and Flash "programs" are the most some of the most popular examples of an applet.

So, an applet is basically a small application*.


*Note the simiar words.

#4
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts

WingedPanther said:

An applet is a java program that is meant to be run over the internet within a browser window. It has several restrictions for security reasons, such as not being allowed to write to the hard-drive of the computer it's being run on.

Oh, now I understand why when I sometimes play Java games it says "applet loading".

#5
Chinmoy

Chinmoy

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 392 posts
An applet is a java application supposed to deliver GUI(graphical user interface), when integrated into a web browser. An applet cannot behave as a standalone application and is the only thing that has brought java the popularity it has today.

God is real... unless declared an integer

my blog :: http://techarraz.com/