This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes difference between abstract class and interface 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 "difference between abstract class and interface " Watch "difference between abstract class and interface " New topic
Author

difference between abstract class and interface

siva prakashmahendran
Greenhorn

Joined: May 03, 2010
Posts: 12
Can any one please explain me
the difference between abstract class and interface in java

which one is best for designing the web application wheather abstract class or interface ?


thanks in advance
Martin Vanyavchich
Ranch Hand

Joined: Sep 16, 2008
Posts: 241
I think this question has been answered plenty of times. Do a search first next time.

link one
link two


SCJP 6, OCMJD 6, OCPJWSD 6
I no good English.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Don't forget http://faq.javaranch.com/java/InterfaceVsAbstractClass


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

And that "best" depends on a wide variety of factors.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: difference between abstract class and interface
 
Similar Threads
what are the most common questions on Java job interviews?
difference between abstract class and an interface
Core Java Releated Quesstion
diff b/w abstract class and interface
abstract class Vs interface