import java.awt.*; import java.applet.*; public class myapplet extends Applet { public void paint(Graphics g) { g.drawString("A Simple Applet", 20, 20); } }
a) A Simple Applet
b) A Simple Applet 20 20
c) Compilation Error
d) Runtime Error
What is the Message is displayed in the applet made by the following Java program?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the Message is displayed in the applet made by the following Java program?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!