When does the compiler supply a default constructor for a
class?
Answer Posted / manju
In java if we do not create the constructor,by default it
will be automatically invoked at compile time
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What happens if constructor is private?
What is the most important feature of java? What is an interface?
What are methods and how are they defined?
What is the difference between the boolean & operator and the && operator in java programming?
What is extension method in java?
What is qms certification?
What is the purpose of interface?
Do you need to import math in java?
What is exception hierarchy in java?
What is type safety in java?
What is the purpose of declaring a variable as final?
Explain wait() method of object class ?
What are the important features of Java 8 release?
How can we create a synchronized collection from given collection?
Explain the importance of throwable class and its methods?