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
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What will happen when using pass by reference in java?
What is generics in java interview questions?
Why we override equals() method?
What is the requirement of thread in java?
Can a static class have a constructor?
Which class is used by server applications to obtain a port and listen for client requests?
Difference between this() and super() ?
What causes memory leaks in java?
Explain reverse a linked list iterative solution in java?
What best practices should you follow while writing multithreaded code in java?
How does list work in java?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What is object-oriented paradigm?
What do you mean by a JVM?