Using an Applet
Most WWW browsers contain JAVA interpreters. These provide a convenient way to run programs.
The HTML file below can be used to run the “HelloWorld” program.
<html>
<applet code=“Welcome.class” width=275 height=35>
</applet>
</html>
Previous slide
Back to first slide
View graphic version