The moose likes Game Development and the fly likes Creating an instance to an interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Game Development
Reply Bookmark "Creating an instance to an interface" Watch "Creating an instance to an interface" New topic
Author

Creating an instance to an interface

SN Ayyappan
Greenhorn

Joined: Dec 24, 2007
Posts: 3
Hi,,, Can i able to create an instance to an interface. Please help me in this regard........
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32765
You can only create instances of classes, not of interfaces. You can create an instance of an anonymous class that implements an interface, though. Something like this:


Android appsImageJ pluginsJava web charts
 
 
subject: Creating an instance to an interface
 
Threads others viewed
How come interfaces can be instantiated?
Inner Classes in Interfaces?
small doubt in interface..
Instantiate Interface?
Design Patterns and EJB
developer file tools