what is the logic inside any default constuctor?

Answers were Sorted based on User's Feedback



what is the logic inside any default constuctor?..

Answer / harish

in defult constructor there is a statment super(); for
calling to super class constructor.

Is This Answer Correct ?    2 Yes 0 No

what is the logic inside any default constuctor?..

Answer / meena

The default constructor initializes all the variables
declared inside the program to default values.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is java programming easy?

0 Answers  


What do you understand by casting in java language?

0 Answers  


Is it possible to instantiate the abstract class?

0 Answers  


What’s the difference between callable and runnable?

0 Answers  


why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?

2 Answers   Global Logic, Satyam,






What are the basics of core java?

0 Answers  


What is the access scope of protected access specifier?

0 Answers  


What is the core java?

0 Answers  


How to make a method thread safe without using synchronized keyword?

8 Answers   Persistent, Societe Generale,


What is treemap in java?

0 Answers  


State the merge-sort principle and its time complexity.

0 Answers   Akamai Technologies,


What is boolean in java?

0 Answers  


Categories