Java   View all facts   Glossary   Help
syntactic unit > access unit > constructor > default constructor
Next constructorconstructor with no parameters    Upconstructor

default constructor comparison table
Subject have is a kind of has definition
constructorthe same name as its classaccess unitA procedure that is called whenever a new object is created
default constructorno parametersconstructorA constructor that is automatically provided by the runtime system for any class that contains no explicit constructors

Next constructorconstructor with no parameters    Upconstructor