
网址
http://aizhp.cn/tool/java<html>
<head>
</title>java</title>
</head>
<body>
<applet code="world.class" width="200" height="40"></applet>
</body>
</html>
public class world {
public static void main(String[] args)
{
System.out.println("**************");
System.out.println("*hello world!*");
System.out.println("**************");
}
}