Java No-Arg Constructors
private Constructor() {
// body of the constructor
}
SAMER SAEID
private Constructor() {
// body of the constructor
}