Enlist diffrent types of inheritance supported by java?
No Answer is Posted For this Question
Be the First to Post Answer
Can a class extend abstract class or interface? why
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 is difference between Action messages and Action errors?
How many objects are created when we create String class object using new operator?
How to create a thread in java?
What are synchronized blocks in java?
How to prevent to create multiple objects of a java class?
Is there any difference between nested classes and inner classes?
Are the equals() and hashCode() protected methods of object class?
why java does compile time polymorphism at run time ?
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
Can you override private or static method in java?