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 is the use of Getters and Setters method ?
How an object is serialized in java?
in a console we r giving java <class name> if r pressing enter where it'll goes
What is an infinite loop in java? Explain with an example.
What is advantage of java?
What are some alternatives to inheritance?
What makes a function well defined?
What is hashtable and explain features of hashtable?
What does indexof mean?
What is final, finally, finalize?
what is meant by abstract class?
Why is stringbuffer faster than string?