The Java Runtime System
Java is a Semi-Interpreted language.
There are three basic methods of running a Java program:
- Using the Java Interpreter (for a local "Application")
- Using the Applet Viewer (for a local "Applet")
- Using a Web Browser (for an "Applet" on the Internet)