Can we override protected method in java?
No Answer is Posted For this Question
Be the First to Post Answer
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
what is the difference between Java Command Line and C command Line?
What is the Concept of Encapsulation in OOPS
Explain the importance of finalize() method.
State one difference between a template class and class template.
When do we use synchronized methods in java?
Why do we need to override equals() and hascode() method of object class?
What is an enumeration class?
What data structures are used to perform recursion?
0 Answers Akamai Technologies,
Is java platform independent?
What is split return?
What is a lambda expression ? What's its use ?