Chapter 2 Java Applet
Chapter 2 Java Applet
Java Applets
Java programs without main method
<html>
<applet
code = "WelcomeApplet.class"
width = "300" height = "45">
If your browser was Java-enabled, a
"Hello, World" message would appear here.
</applet>
</html>