MCQOPTIONS
Saved Bookmarks
| 1. |
What is the length of the application box made by this program?import java.awt.*;import java.applet.*; public class TextApplet extends Applet { Graphic gra; g.drawString("A Simple Applet", 30, 30); } |
| A. | 30 |
| B. | Runtime Error |
| C. | Compilation Error |
| D. | Default value |
| E. | None of these |
| Answer» D. Default value | |