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 |
Describe method overriding
What is a jit compiler?
Does java initialize arrays to zero?
Why do we need public static void main(String args[]) method in Java...?
What are basic keywords?
What is difference between abstract class & final class
What is the common usage of serialization?
What is difference between equal and == in java?
What is externalizable interface?
What is the meaning of variable in research?
How do you create immutable object in java?
how to execute main()