1.2 The Echo Application

Java programs fall into two groups: In this section you will learn how to create, compile, debug, and run a Java application. In the next section you will learn this for applets. Our main example will be a Java program that echoes words that are entered
  1. as extra parameters when executing the application;
  2. as extra parameters in a Web page in case of an applet;
  3. via an input field in an applet.