Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to instantiate the abstract class?
What is the use of ?this??
what is difference betwwen hashmap and hashtable ?
What is the difference between Checked and Unchecked exception? Give some examples
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
Explain the private field modifier?
What is foreach loop in java?
What types of index data structures can you have in java?
What are three ways in which a thread can enter the waiting state in java programming?
Java does not support multiple inheritance. how interface helps in the same?
Explain some best practices you would apply while using collection in java?
What is the benefit of abstract class?