answersLogoWhite

0


Best Answer

java

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The programming language used in creating an applet which could be included on a Web page is?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

The programming language used in creating an applet?

IOS


What is hyper text markup language and describe its role in implementation of java applets?

Short for HyperText Markup Language, the authoring language for creating documents on the world wide web.HTML defines the structure and layout of a Web document by using a variety of tags and attributes.The correct structure for an HTML document starts with (enter here what document is about) and ends with < All the information you'd like to include in your Web page fits in between the and tags.HTML is very important in describe of java applets and its implementation.An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM).


Coding for creating HTML editor using java applet?

&lt;html&gt; &lt;body&gt; java applets&lt;/body&gt;&lt;/html&gt;


What is the different between java applets java application?

Answer:Java Applet is a kind of application that running on the client's browser, when a browser request a applet embedded page, the applet will downloaded to the client computer and executed within the browser. Servlets is a application that running on the server, when a server receive a request of a servlet, the server will process the servlet and give the result to the client back after the servlet is done.


Which language use in flash?

In Flash Development no need of any language. flash use for make attractive our website. we can also use applet and animation for do dat work but applet and gif animation need programing language to make so its take time to run on webpage. dat's way we use flash. for catch out mouse and keyboard event in flash we use action script in flash.

Related questions

The programming language used in creating an applet?

IOS


What is hyper text markup language and describe its role in implementation of java applets?

Short for HyperText Markup Language, the authoring language for creating documents on the world wide web.HTML defines the structure and layout of a Web document by using a variety of tags and attributes.The correct structure for an HTML document starts with (enter here what document is about) and ends with < All the information you'd like to include in your Web page fits in between the and tags.HTML is very important in describe of java applets and its implementation.An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM).


What is applet in jav?

Applet in Java refers to the small application that is written in the language and is available to the users in the form of byte code.


Coding for creating HTML editor using java applet?

&lt;html&gt; &lt;body&gt; java applets&lt;/body&gt;&lt;/html&gt;


What is the DOS command applet?

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


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


What is the different between java applets java application?

Answer:Java Applet is a kind of application that running on the client's browser, when a browser request a applet embedded page, the applet will downloaded to the client computer and executed within the browser. Servlets is a application that running on the server, when a server receive a request of a servlet, the server will process the servlet and give the result to the client back after the servlet is done.


Why main function is not used in applet programs?

Because an applet runs in a browser, and in this context the one in charge of the launch and execution of the applet is the Java Plug-in software in the browser. This plugin controls the applet life cycle through methods in our applet. These methods are init, start, stop and destroy. In this case the methods that the plugin search to begin the execution of the applet are init (to initialize itself) and start (to start the execution of the task in the applet).


Is there a way to connect an IRC applet to QuakeNet?

QuakeNet has its own webchat applet named 'qwebirc'. Preferably using their own applet. Information about their applet can be found on their website. A direct link to incorporating a client hosted on their server follows, http://webchat.quakenet.org/. Incorporating their applet on your own server is possible too, by installing their applet's source code on your server. A direct link to the source code for the applet can be found at http://qwebirc.org/.


Which language use in flash?

In Flash Development no need of any language. flash use for make attractive our website. we can also use applet and animation for do dat work but applet and gif animation need programing language to make so its take time to run on webpage. dat's way we use flash. for catch out mouse and keyboard event in flash we use action script in flash.


How do you run applet program?

By Embedding it into a HTML page, create a new file with the extension .html (like app.html) insert following code: No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! Adjust the code for your applet file (can't help there i am not a java programmer) or just use : No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! but i recommend the first because the applet tag is deprecated and not supported in XHTML


How do you open a DOS command applet in Windows?

There is nothing called DOS applet..