how to write standard constructor in java code example
Example: default constructor java
Default constructor is a constructor created by compiler; if user does not
create a constructor in a class.
If user defines a constructor in a class then java compiler will not create
default constructor.