Can a class extend 2 classes in java?
No Answer is Posted For this Question
Be the First to Post Answer
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
How do you join strings in java?
How use .contains in java?
What is string builder?
What is finally and finalize in java?
how to create constants in java?
Does hashset allow duplicates in java?
Is logger a singleton?
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
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,
How do you define a set in java?
What classes of exceptions, thrown by a throw statement?