can you create interface instance ?
Answer Posted / kcs
No, We cannot create an instance for interface. But we can
create a reference for an interface.
| Is This Answer Correct ? | 75 Yes | 17 No |
Post New Answer View All Answers
What is assembly condition codes?
Name some OOPS Concepts in Java?
What is the difference between the final method and abstract method?
List down the methods and interfaces of collection class in java.
Why we use multi threading instead of multiprocessing?
What is the difference between a synchronized method and a synchronized block?
What is difference between equal and == in java?
Break statement can be used as labels in java?
What are kinds of processors?
what invokes a threads run() method? : Java thread
What is meant by method?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
How to change the priority of thread or how to set priority of thread?
What is port number in java?
What is default exception handling in java?