DEVFYI - Developer Resource - FYI

When does the compiler supply a default constructor for a class?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

289. When does the compiler supply a default constructor for a class?

The compiler supplies a default constructor for a class if no other constructors are provided.

(Continued on next question...)

Other Interview Questions