If all the methods in abstract class are declared as
abstract then what is difference between abstract class and
in interface?
Answer Posted / ravi sv
Multiple inheritance is possible only through interface,not
with abstract class. So if u have an interface we can go
implementing multiple interfaces rather than extending a
single abstract class.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of stub and skeleton?
Tell me a few examples of final classes defined in Java API?
What programs use java?
I want to print “hello” even before main is executed. How will you acheive that?
What is string example?
What is variable and constant explain with example?
Which class is used by server applications to obtain a port and listen for client requests?
What is meant by overloading?
Is binary a low level language?
When a byte datatype is used?
Define max and min heap, also the search time of heap.
Why arraylist is not synchronized in java example?
What is the full form of jpeg?
What is integer parseint?
Can we split string with in java?