aspose file tools
The moose likes Java in General and the fly likes Absract Interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Absract Interface" Watch "Absract Interface" New topic
Author

Absract Interface

Abhishekshri Shrivastava
Ranch Hand

Joined: Jan 13, 2011
Posts: 31
Please tell me about the implementation of "Abstract Interfaces".
Sun has already given a number of interfaces which are abstract.
It's also frequently used in CORBA.
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2946
    
  15

Abhishekshri Shrivastava wrote:Please tell me about the implementation of "Abstract Interfaces".
Sun has already given a number of interfaces which are abstract.
It's also frequently used in CORBA.


Here's a tutorial about Interfaces. Hope it will be useful. If you have any specific queries do let us know


Mohamed Sanaulla | My Blog
Mike Simmons
Ranch Hand

Joined: Mar 05, 2008
Posts: 2816
    
    2
I would add that all interfaces in Java are implicitly abstract, anyway. So don't worry about looking for "abstract interfaces" in particular - just concentrate on understanding interfaces, period. At least as far as Java is concerned.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Absract Interface
 
Similar Threads
abstract interface
Can we use abstract modifier with interface signature?
what about Interface Type
Abstarct Interface
Abstract classes and Interfaces