What is an Applet?

An applet is an embedded program on a web site. Applets are usually written in the coding language called Java. They are mainly used for creating a virtual or 3-dimensional object that may move or interact with the web site. It is a small executable module, that normally doesn't have the complete features and user interface of a normal application. Java is the language most commonly associated with applets. An applet is like a small piece of executable code that needs a full application to contain it. The applet runs inside of the application in a “sand box” or “virtual machine,” which is a set of computer resources and instructions that make up an environment for the applet's execution.

  • 12 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

What is Java?

A programming language developed by Sun Microsystems. Originally was named OAK. Small Java...

What is PERL (Practical Extraction and Report Language)?

A popular programming language which has strong text processing capabilities.

What is PHP ?

PHP is another scripting language. Like ASP, it's commands are embeded within the HTML of a web...

What is ASP (Active Server Pages)?

Active Server Pages enable web developers to make their sites dynamic with database driven...