what is the logic inside any default constuctor?
Answers were Sorted based on User's Feedback
Answer / harish
in defult constructor there is a statment super(); for
calling to super class constructor.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / meena
The default constructor initializes all the variables
declared inside the program to default values.
| Is This Answer Correct ? | 1 Yes | 0 No |
What if constructor is protected in java?
What is the size of arraylist in java?
What is the default size of set in java?
What is an interoperable application in java ?
How do you reverse sort a list in java?
Can you use abstract and final both with a method?
Can arraylist contain null values?
How the threads are synchronized?
What is data member in java?
What is the difference between compiler and jvm?
What does java final mean?
What are thread safe functions?