when to use abstract class and when to use interface?
Answer Posted / ram
Abstract class is used when and what methods are used
exactly while in interface,the methods are defined for
future use.
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is function overriding and overloading in java?
What is linked hashmap and its features?
What is core java called?
Is cout buffered?
What is a finally block?
How much is a java license?
Do I need java for windows 10?
Is singleton class immutable?
What is the differences between heap and stack memory in java? Explain
Does java have extension methods?
How objects of a class are created if no constructor is defined in the class?
What is casting in java programming?
What are loops in java? What are three types of loops?
How would you use Bubble Sort to sort the number of elements?