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
Can two objects have same hashcode?
Explain 5 io best practices?
What do you meant by active and passive objects?
What is the difference between compare and compareto in java?
Does java support function overloading, pointers, structures, unions or linked lists?
What are the benefits of java?
List the features of java programming language.
Why do we override tostring method in java?
What is difference between this and super keyword?
How is a structure different from array ?
Can we change the scope of the overridden method in the subclass?
What is the final keyword in java?
What are the differences between include directive and include action?
Do you need to import math in java?
How to Sort Strings which are given in List and display in ascending order without using java api.