The Java training online

Back to the table of contents

1. Create a minimal program

Purpose: build a little application to write text on the terminal, write your first Java program, apply the concepts seen in class.

Statement of the exercise: In a package named training, write a class named Training containing a main method. This method writes on the terminal the following text: The Java training….

Helper and solution

Back to the table of contents