Java No-Arg Constructors

private Constructor() {
   // body of the constructor
}
SAMER SAEID