Java Applet
An applet is a program that runs in a Web browser. An applet can be a fully functional Java application because it has full Java API at its disposal.
Example
import java.applet.*;
An applet is a program that runs in a Web browser. An applet can be a fully functional Java application because it has full Java API at its disposal.
Example


No comments:
Post a Comment