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's the access scope of protected access specifier?
What are computer functions?
What are different type of exceptions in java?
What is the catch or declare rule for method declarations?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
What is included in core java?
How variables are declared?
What are the advantages of passing this into a method instead of the current class object itself?
can we access the super class method using subclass object?
When is the finalize() called? What is the purpose of finalization?
which swing component is similar to rich text box in .net/vb
Is java se open source?