what are applets in java language
Answer (1)
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.
Comments (0)
Related Questions
applets meaning in java language
55 Views
static meaning in java language
65 Views



