Which statement is true about the default constructor in Java?
It is provided by the compiler if no other constructors are available.
It returns a value.
It can accept arguments.
It always initializes all member variables explicitly.