no-arg constructor
All > Technology > Programming > Java
- A constructor that takes no arguments. By default, all classes without an explicit constructor have a default no-arg constructor with
publicaccess. Its role is purely to invoke the no-arg constructor of the immediate super class.
David J. Barnes - Cite This Source - This Definition - anonymous class, bridging method, core class, deprecated, deprecation, public interface