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 |
diffrence b\w println() and printf()
What are exceptions
What is the difference between dom and sax parser in java?
What is the difference between preparedstatement and statement in java?
What is a boolean structure?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
How the metacharacters are different from the ordinary characters?
What is a percentage sign called?
Which is faster call by value or call by reference?
How many days will it take to learn java?
Is singleton set an interval?
why the equals method can be override?when we override the equals method?