answersLogoWhite

0

to hold the end of your shoelace together

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.


Why swing used insted of applet?

Swing is used for desktop applications. Applets are used to create program which run in a browser.


Small Java-based programs are called?

Java applets


What do you mean by applet?

An applet is a piece of code that can be used for graphical user interaction. An applet generally uses java api's for applets. It could be a window/ a dialog box and some such gui. Visit www.sun.com for examples on applets


Is it true that applets are more secure than servlets?

No. I believe, servlets are much secure and more powerful than applets.


Do you need java on your laptop?

only certain applications require it. it is not mandatory. But for most web applications, aka applets, Java is used as a standard since it is convienient and secure, to see these applets you would at least need a Java Runtime Environment


Difference between java applets from java application?

Java applets are programs which we can embed in a webpage. It will act from server to client machine. But java can be used to make stand alone programs also. These programs will include games, freewares and all.


Where can applets be found?

Control Panal


Why applet is more appropriate in internet?

Applets can be easily embedded in an HTML page for graphical presentation.Since applets java programs so the write once run anywhere.It is flexible also.Apart from this applets are executed in almost every browser.


Applets are written in what programming language?

There are many types of applets, and they can be written in many different languages, but you're probably referring to the most widely known Java applets. So, they're written in a programming language called Java.


What adode flash player?

Adobe flash player is a free software used to load flash web applets. Many websites use Adobe flash web applets now. For example Youtube uses flash to play their video streams within your browser.


Why applet tag is used in java program?

Applets are designed to be embedded within web browsers. The obvious advantage here is the ability to run a Java program directly in your web browser, without having to manually launch a completely separate program.