1._create_a_minimal_program
The Java training online
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…
.
1._create_a_minimal_program.txt · Last modified: 2024/01/09 14:27 by coligny