import java.awt.*;
import java.applet.*;
public class abhiapplet extends Applet
{
Graphic gf;
gf.drawString("Sookshmas applets", 15, 15);
}
What is the length of the application box made the following Java program?

Posted on by