difference between Abstract and Interface?
Answer Posted / kumar rk
interface
---------
in java interfaces are fully unimplemented structures.
here all methods are public and abstract by default(added by compiler)
abstract class
--------------
abstract classes are partially implemented structure.
means it can have abstract method or may be not.
but in every case object cannot be created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
Write a program to show synchronization?
How task's priority is used in scheduling?
Name the class that is used to bind the server object with RMI Registry?
What is the difference between the session.get() method and the session.load() method?
What class is the top of the awt event hierarchy?
Difference between DurableSubscription and non- DurableSubscription?
Describe responsibilities of Activator?
Where can I ask questions and make suggestions about seam?
Write a singleton program?
Do we need to override service() method
Explain about thread synchronization inside a monitor?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
what is a portable component?
How primary key is implemented in Oracle?