1.

The following example shows the creation of a import java.applet.*;import java.awt.*;public class Main extends Applet{public void paint(Graphics g){g.drawString("Welcome in Java Applet.",40,20);}}

A. Banner using Applet
B. Basic Applet
C. Display clock
D. None of the above
Answer» C. Display clock


Discussion

No Comment Found