All Classes and Interfaces

Class
Description
Class with main() - method that prints command line arguments.
Class that implements the Runner interface with run(String[] args) method that executes tasks of the C12 assignment.
Entity class representing a Customer as a person who creates and holds (owns) orders in the system.
The Runner interface provides a run(String[] args) method that allows passing String[] args arguments, which is not provided by the Runnable interface of the Java run-time environment.