Java- applet
In java, an applet is a small program embedded within the HTML web page. An applet can transfer over the Internet from one computer to another computer. A Java applet, executed by using a browser that supports java or using Applet Viewer. An applet is embedded in HTML page using <applet> or <object> tags and hosted … Read more