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
why java is not supporting multiple inheritence?
What are the different types of inner classes?
What restrictions are placed on method overriding in java programming?
Can I declare a class as private?
What is the difference between path and classpath variables?
How to calculate the length of a singly linked list in java?
What is Java Annotations?
What are synchronized blocks in java?
How to create a base64 decoder in java8?
What is navigable map in java?
What about main() method in java ?
Why multiple inheritance is not supported by java?