What Is The Length Of The Application Box Made In The Following #760
What is the length of the application box made in 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 Util Collections Framework - Java Remote Method Invocation (RMI) - Quiz No.1.