Thanks A.jyotsna,
Can u tell me differnce between abstract class and interface
vikash
Answer Posted / sridhar
Abstact class can have both concrete and non-concrete
methods where as interface has only non-concrete methods.
Unlike interface, Abstract calss can contain fields that
are not static and final.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between == equals () and compareto () method?
Is a class subclass of itself?
What is lexicographically smallest string?
What are the data types supported by java?
Explain the difference between jvm and jre?
Explain thread life cycle in java?
Highest level event class of the event-delegation model?
Can static method access instance variables ?
What are passing parameters?
What is a instance variable?
Is empty string in java?
What is the difference between stringbuffer and stringbuilder?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
How to compare two strings in java program?
What is a list in java?