Sail E0 Webinar
Question
What is the length of the application box made by this program?import java.awt.*;import java.applet.*;public class myapplet extends Applet {Graphic g;g.drawString("A Simple Applet", 20, 20);    }
Options:
A .  20
B .  Default value
C .  Compilation Error
D .  Runtime Error
Answer: Option C


To implement the method drawString we need first need to define abstract method of AWT that is paint() method. Without paint() method we can not define and use drawString or any Graphic class methods.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers