Tuesday, November 29, 2011

Core Java Interview Questions :Can we create an object for an interface?

Yes, it is always necessary to create an object implementation for an interface. Interfaces cannot be instantiated in their own right, so you must write a class that implements the interface and fulfill all the methods defined in it.:NO, Instance of an interface can not be creted however refrencing can be possible:no we can&

No comments:

Post a Comment