answersLogoWhite

0

Describe java applet

Updated: 8/17/2019
User Avatar

MdAhasanAkhtar

Lvl 1
11y ago

Best Answer

applets are small programs that can be run on a browser's window or an applet viewer.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Describe java applet
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When an applet become an applet?

Any Java class that extends java.applet.Applet is an applet. http://java.sun.com/j2se/1.5.0/docs/api/java/applet/Applet.html


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC


What is the DOS command applet?

There is nothing called DOS applet.. You can run Java applet from DOS..


What is an important difference between writing a Java application and a Java applet?

A Java applet is embedded within a web page, while a Java application will run directly on your computer.


What is a Java applet?

PCH answer small Embedded Java Program.


Small Java-based programs are called?

Java applets


Differentiate Java applet and Java servlet?

Java Applet is an application designed to transmit on internet to execute on java compatible browsers. Java Servlet is a server side program used to provide services to clients.


What is the file extension of an applet?

An applet is a Java application, this saves files in a .class extension


What is a Java program that can be embedded called?

Applet


How do you run and compile a java applet program?

One can run and compile a Java applet program by agreeing to the terms and downloading it. It is possible to get a compiler online that will compile and run Java programs.


What is A defense against a hostile Java applet?

One defense against a hostile java applet is to disable applet functionality on the computer. This would prevent all applets - hostile, benign, and beneficial from executing.


What are the kinds of java programs?

the two types of java programs are Applet and application programs