import java.awt.Graphics;
public class HelloWorldApplet extends java.applet.Applet {
public void paint(Graphics g) {
g.drawString("Hello World",20,30);
}
}
With these few lines of code, many programmers- experienced and novice alike-have begun their adventures with Java. In a flurry of well deserved attention, Java has brought life to web, whipped the public and professional press into a frenzy, and is on the verge of challenging our assumptions of what network computing is all about.