what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / rajesh
An abstract class must contain one abstract methiod while
in interface all method should be abstract.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is it safe to install java on my computer?
What is use of functional interface in java 8? Explain
Do loops java?
Can we extend singleton class in java?
How do you sort in descending order in java using collections sort?
What is the method to expand and collapse nodes in a jtree?
What is a text string?
What is int lol?
What do you mean by stream pipelining in java 8?
Can we call the run() method instead of start()?
Can we make a constructor final?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Does java set allow duplicates?
What is the purpose of a parameter?
What is better - 'bit-shift a value' or 'multiply by 2'?