Biology, asked by Anonymous, 3 months ago

What is a Java Applet ?​

No answers by Google Plz......If i had view the answer from google then why i have asked here?​

Answers

Answered by padmanabhajuad
0

Explanation:

JAVA Applet is a special type of program that is embedded in the webpage to generate the dynamic content. It runs inside the browser and works at client side.

Answered by Anonymous
1

Answer:

Java applets are used to provide interactive features to web applications and can be executed by browsers for many platforms. They are small, portable Java programs embedded in HTML pages and can run automatically when the pages are viewed.

An applet is a Java program that can be embedded into a web page. It runs inside the web browser and works at client side. An applet is embedded in an HTML page using the APPLET or OBJECT tag and hosted on a web server. Applets are used to make the web site more dynamic and entertaining.

Java Applet - small program written in Java and that is downloaded from a website and executed within a web browser on a client computer.

Application - executes on a client computer. If online, it has to be downloaded before being run.

JAR file (Java archive) - used to package Java files together into a single file (almost exactly like a .zip file).

Servlet - runs on a web server and helps to generate web pages.

Swing application - used to build an application that has a GUI (windows, buttons, menus, etc.).

EJB - runs on a web server and is used to develop large, complex websites.

hope it helps you✌

Similar questions