What is the difference between Abstract Class and Interface
Answer Posted / arun bhat
Abstract class can have normal methods also but Interface
consists of only abstract methods.....
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which number is denoted by leading zero in java?
What happens if we don’t define serial version uid?
How to perform quicksort in java?
What an i/o filter in java programming?
What is the += operator called?
How big is a boolean?
Why are constructors used?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What is the difference between public, private, protected, and friend access?
Why java is used everywhere?
What is parameters example?
Is sizeof a preprocessor?
Is java se open source?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is protected in java?