When does the compiler supply a default constructor for a
class?
Answer Posted / ravikiran
when there is no other constructor with arguments is defined
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of using the java bean?
What is finalize()?
Can private method static?
What is integer parseint?
Can a class have multiple constructors?
What is identifier give example?
How does map works in java?
What is difference between path and classpath?
what is recursion in java
Does java isempty check for null?
Is array primitive data type in java?
Is math class static in java?
Objects or references which of them gets garbage collected?
why not override thread to make a runnable? : Java thread
How do I stop concurrentmodificationexception?