can you create interface instance ?
Answer Posted / ravikiran
No we can create an instance of a class which implements
this interface.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which list does not allow duplicates in java?
Why object class is super class for every class in java?
Differentiate between stringbuffer and string?
What is difference between path and classpath?
What are the advantages of java?
How do you remove duplicates in java?
What does it mean that a method or field is “static”?
How to obtain a performance profile of java program
What is the difference between the ">>" and " >>>" operators in java?
what is a working thread? : Java thread
What is the final field modifier?
Can we define constructor in inner class?
Is there any difference between synchronized methods and synchronized statements?
Can we override constructor in java?
What is keyword auto for?