1 | There are two types of Java programs: applets and applications |
2 | A Java applet lives on the web and runs inside an ordinary web browser window |
3 | A Java application runs on any machine with a Java interpreter installed |
4 | In this course, we concentrate on applets... |