When does the compiler supply a default constructor for a
class?
Answer Posted / bindhu
If we do not define any constructors, the
compiler inserts an invisible zero parameter
constructor "behind the scenes".
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
What do you mean by compiler?
How do I enable java in safari?
What is variable length arguments in java?
Explain a situation where finally block will not be executed?
Is map sorted in java?
What is final class?
What is the difference between variable & constant?
What is an argument in java?
Does java vector allow null?
What is the difference between equals() and?
What are java methods?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
How to make a read-only class in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are computer functions?