In case of inheritance what is the execution order of constructor and destructor?
No Answer is Posted For this Question
Be the First to Post Answer
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
When do you call copy constructor?
0 Answers Tavant Technologies, Virtusa,
What happens if we override private method?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
what is custom tags with example?
What is meant by class loader? How many types are there? When will we use them?
Explain, java is compatible with all servers but not all browsers?
What are the important features of Java 11 release?
What is the use of accept () method in java?
What is temp in java?
What is protected access modifier?
How do you achieve polymorphism in java?