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
whats is mean by tiles in struts
What is colon_pkg_prefixes and what is its use?
What are the different methods of identifying an object?
Should synchronization primitives be used on bean methods?
how do you Handle Front End Application data against DB with example?
Difference between swing and awt?
What are the different types of exception?
Difference between DurableSubscription and non- DurableSubscription?
Can I use multiple html form elements with the same name?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are various types of class loaders used by jvm?
What’s jboss cache in short?
Which component handles cluster communication in jboss?
What is synchronization and why is it important?
How would you detect a keypress in a jcombobox?