Which of the following statements is/are true regarding a constructor?
Calling one constructor from other constructor is possible.
The default value of the Boolean type is false.
The garbage collector invokes an object's finalize() method, when it detects that the object has become unreachable.
The dot operator(.) is used to access the instance variables and methods of class objects. It is also used to access classes and sub-packages from a package.