what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / rajesh
An abstract class must contain one abstract methiod while
in interface all method should be abstract.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is null an object java?
Why do people says “java is robust”?
Is string a class in java?
How to create a thread in java?
Is void a data type?
What is keyword and identifier?
When is finally block not called?
Which class is the superclass for every class in java programming?
explain what is transient variable in java?
Can we convert integer to string in java?
What are java methods?
What is field name?
What is stored procedure. How do you create stored procedure ?
What is strings in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)