Java   View all facts   Glossary   Help
syntactic unit > access unit > constructor
Next access unitinterface    Upaccess unit    Previous access unitclass   

constructor comparison table
Subject define have has definition
constructor with no parametersif you define a constructor with parameters and you create instances using a constructor with no argumentsthe same name as its class 
default constructor no parametersA constructor that is automatically provided by the runtime system for any class that contains no explicit constructors

Next access unitinterface    Upaccess unit    Previous access unitclass