File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Interface Modifiers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Interface Modifiers" Watch "Interface Modifiers" New topic
Author

Interface Modifiers

Srinivasa Kumar Meda
Greenhorn

Joined: Dec 10, 2010
Posts: 6
What is the difference between and . If there is no difference then why should we need this way?
Siddhesh Deodhar
Ranch Hand

Joined: Mar 05, 2009
Posts: 117
There is no difference in both. "abstract" word is added by compiler later. You may or may not add it.


Good, Better, Best, Don't take rest until, Good becomes Better, and Better becomes Best.
Sidd : (SCJP 6 [90%] )
 
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: Interface Modifiers
 
Similar Threads
EJB3 - Separate local and remote interfaces needed?
interface help
javac command and -cp .
Differences between @javax.ejb.LocalBean and @javax.ejb.Local
interface/interface's method declaration