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 are new features introduced with java 8 ?
how we can make a write-only class in java?
What is the list interface?
Can inner class have constructor?
What is byte data type?
What is instanceof keyword?
How does split work in java?
What is method in java ?
How to write custom exception in java?
What does it mean that strings are immutable?
what is the purpose of the runtime class?
what is comparable and comparator interface?
What is matcher in java?
What are the differences between wait() and sleep()?
What is callablestatement? How you can call stored procedure to pass in parameter?