When does the compiler supply a default constructor for a
class?
Answer Posted / satish
when we do not specify constructor expectly,java complier
provides default constructor at the time of compliation time
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
How can we run a java program without making any object?
what is a thread pool in java and why is it used?
What is the purpose of stub and skeleton?
What are the types of literals?
What is main function purpose?
What is the difference between class & object?
Can we create our own wrapper class in java?
What is dynamic array in java?
Give the difference between the println method and sqrt method?
What is treemap in java?
Explain numeric promotion?
What are the wrapped, classes?
Does variable declaration allocate memory?
What is the console in java?
Can we call a non-static method from inside a static method?