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 class is the top of the awt event hierarchy?
What are the steps to write p-to-p model application?
Write a singleton program?
Difference between loadclass and class.forname?
What is the purpose of the notify() method?
whats is statement and procedure
Can you give me a simple example of using the requiredif validator rule?
To identify IDL language what mapping mechanism is used?
What is in-memory replication?
Name the class that is used to bind the server object with RMI Registry?
what is Activation Instantinator?
What is prototype?
How substring() method of string class create memory leaks?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Is there a guarantee of uniqueness for entity beans?