What is the difference between abstract class and interface?
Answer Posted / venu
A programer uses an abstract class when there are some
common features of the program shared by all the objects.
A programer uses an interface when all the features of the
program are implements differently for different objects.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain spliterator in java8?
Why bytecode is called bytecode?
What are the two ways to create a thread?
What is nested loop? What is dangling else condition in it?
What is hashtable and explain features of hashtable?
can java object be locked down for exclusive use by a given thread? : Java thread
What is the difference between Grid and Gridbaglayout?
What is the difference between the font and fontmetrics classes in java programming?
What data structures are used to perform recursion?
How do you change an int to a string?
Differentiate between == and equals().
What is visibility mode?
What package is math in java?
what are the states associated in the thread? : Java thread
What is a two-pass assembler?