OOPs Concepts
Programming and Technical
Programming
Definition
How does the Java default constructor be provided?
Read Solution (Total 2)
-
- It is nullary constructer generated automatically in the absence of programmer defined constructor.
- 9 years agoHelpfull: Yes(0) No(0)
- Even when no constructors are included in JAVA at runtime the JVM creates its own constructor that initializes all its data members to 0
- 9 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question