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
what are getters and setters in Java with examples?
What are the different methods of identifying an object?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is in-memory replication?
What modifiers may be used with an interface declaration?
What is meant by method chaining?
What are the steps to write p-to-p model application?
What is the difference between the session.update() method and the session.lock() method?
What is the difference between long.class and long.type?
what is an isolation level?
Which class is the immediate superclass of the menucomponent class?
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?
What is the difference between the session.get() method and the session.load() method?
What is the RMI and Socket?
How messaging services are done, before release of JMS?