The Java training online
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…
.