Tuesday, November 29, 2011

Core Java Interview Questions :Can we instantiate an interface?

You can?t instantiate an interface directly, but you can instantiate a class that implements an interface.:we can create the instance of interface:

No comments:

Post a Comment