aspose file tools
The moose likes Beginning Java and the fly likes Difference between abstract [class] and interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Difference between abstract [class] and interface" Watch "Difference between abstract [class] and interface" New topic
Author

Difference between abstract [class] and interface

Giribabu Chintakrindi
Greenhorn

Joined: Apr 21, 2008
Posts: 5
Hi,

what is difference between abstract and interface and where we can use in Project. give me some practical example.

[edit]Changed title of thread from "Need Clarification"
CR[/edit]
[ May 15, 2008: Message edited by: Campbell Ritchie ]
vijay jamadade
Ranch Hand

Joined: May 12, 2008
Posts: 224
Hey you can get it easily on the internet

or if you are new to java read some certification books like scjp 1.5 cathey sierra so that your oo concept will get more strong

Regards,
Vijay Jamadade


Regards, Vijay Jamadade.
( Nothing is Impossible.)
shankar reddy
Ranch Hand

Joined: Jun 04, 2007
Posts: 71
If really don't know the difference , This question is like Basic A , B , C , D...
Dear friend .. Huge of documents are available on net.


Java Lover<br /> <br />Shankar Reddy <br />SCJP1.4 (88%)
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12950
    
    3

See Interface vs. Abstract Class in the JavaRanch FAQ.

Note: Please use a use a meaningful subject line instead of something like "Need Clarification".


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Originally posted by shankar reddy:
If really don't know the difference , This question is like Basic A , B , C , D...
Dear friend .. Huge of documents are available on net.


Please! He's new to Java!
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Originally posted by Jesper Young:
Please use a meaningful subject line
Edited.

And welcome to the Ranch,Giribabu Chintakrindi
 
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: Difference between abstract [class] and interface
 
Similar Threads
what are the most common questions on Java job interviews?
i want answer
difference between abstract class and an interface
abstract class Vs interface
Interface