What Is The Length Of The Application Box Made The Following #966
What is the length of the application box made the following Java program?</p> <pre><code class="language-java" line="1"> import java.awt.*; import java.applet.*; public class myapplet extends Applet { Graphic g; g.drawString("A Simple Applet", 20, 20); }</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java IO Applets - Java Applets Fundamentals - Quiz No.1.