Difference between abstract class and Interfaces?
Answer Posted / ravikiran
abstract class is the one which canhave both abstract as
well as non abstract methods
Interface is the one which has all the methods are abstract
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain java thread life cycle.
What about interthread communication and how it takes place in java?
What an i/o filter in java programming?
Why scanner is used in java?
Should you use singleton pattern?
How do you reverse a string in java?
How do you insert a line break?
What is the basic concepts of OOPS?
What is a double?
Can an abstract class be a final class?
Can we call thread start () twice?
What is static method with example?
What is generic type?
What is an object’s lock and which object’s have locks?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?