answersLogoWhite

0


Best Answer

we all know the general language which is universal to internet is HTML

which is also called language of tags,(we hve nw many more languages)

java language was made in keeping mind the scenario of internet and even

it was called internet language the 2 parts of java are application and applets

technically not approx the applet are programed with java language and distributed on internet and when we have to request for them the web server which understand HTML

as a primary tool to interact wid user this HTML behave as interface so in nutshell

vital role of HTML in java applets are to be a intermediator.

hope u r satisfied wid answer.junaid niit

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Java Applet and HTML has some things in common. The most important being that they both create UI's.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How are java applets and java applications similar?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you need java?

Multi-Platform Applications and Applets.


Differentiate java applets from java application?

Distinguishing Java Applets from Java Applications - AchieversIT Java Applets and Java Applications are two distinct types of Java programs, each with its own characteristics and use cases. Here's a breakdown of the key differences between Java Applets and Java Applications: Purpose and Use: Java Applets: Java Applets are designed to be embedded and executed within web browsers. They are primarily used for creating interactive content on web pages, such as animations, games, or small applications. Java Applications: Java Applications are standalone programs that are intended to run independently on a user's computer or server. They are not embedded in web browsers and serve a wide range of purposes, from desktop software to backend server applications. Execution Environment: Java Applets: Java Applets run in a controlled environment within a web browser. They are subject to certain security restrictions and must be executed with a Java plugin. Browser support for Java Applets has decreased in recent years. Java Applications: Java Applications run on a Java Virtual Machine (JVM) installed on the user's computer or server. They are not constrained by web browser limitations and have more direct access to system resources. User Interaction: Java Applets: Java Applets are designed for user interaction within web pages. They can respond to user events like clicks and keyboard input, making them suitable for creating dynamic web content. Java Applications: Java Applications can be interactive and accept user input through graphical user interfaces (GUIs) or command-line interfaces. They are versatile for creating various types of software. Deployment: Java Applets: To deploy a Java Applet, it needs to be embedded in an HTML web page using the tag. Users may need to have the Java plugin installed to run Applets. Java Applications: Java Applications are deployed as executable JAR (Java Archive) files or through installers. Users typically run them directly from their desktop or command line. Access to System Resources: Java Applets: Java Applets operate within a sandboxed environment with restricted access to system resources for security reasons. They cannot perform operations like file I/O without user permissions. Java Applications: Java Applications have more extensive access to system resources and can perform operations such as file I/O, network communication, and hardware interaction, based on user permissions. Web Browser Support: Java Applets: Browser support for Java Applets has significantly declined over the years due to security concerns and the rise of alternative web technologies like HTML5 and JavaScript. Java Applications: Java Applications do not rely on web browsers and are not subject to browser-related compatibility issues. In conclusion, Java Applets and Java Applications serve different purposes and operate in distinct environments. Java Applets are designed for web-based interactivity within browsers, while Java Applications are standalone programs for a wide range of software development purposes. AchieversIT provides comprehensive Java training that covers both Java Applet development and Java Application development, equipping students with the skills needed for various programming scenarios.


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


Small Java-based programs are called?

Java applets


In java what is the import statement needed to use button components in applets or GUI applications?

I highly recommend you to use javax.swing.JFrame


How do you do a web show live on the web?

You need to have a proper presentation made and to use some proper applications such as Flash or Java applets.


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.


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.


How do you create a e-passport website using java swing?

You really don't want to do that. Swing is for desktop applications. If you want to create a website, use Java Server Faces or Applets, not Swing.


What is the meaning of deplyoment IN JAVA?

Deployment is the process of copying the compiled Java classes to a server or client. Once deployed, the server is able to run those classes (as in Java servlets), or serve those files to clients (as in Java applets), or be executed as programs (as in Java desktop applications).


When applets work on java ring?

client server program in java ring


Explain different applications of Java programming language?

The Java programming language can be used to create many application. Some are: 1. Web based applications 2. Stand alone GUI based applications 3. Stand alone command window based applications 4. Games 5. Applets etc...