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
Can a main method be declared final?
How is Object Oriented Programming different from Procedure Oriented Programming?
What are the actions that can occur when a thread enters blocked state?
What is the numeric promotion?
Explain about oops concepts.
Is array synchronized in java?
What is join () in java?
What is serial version uid and its importance in java?
Discuss different types of errors that generally occur while programming.
What is exception handling in java?
Which is better stringbuffer or stringbuilder?
Explain java coding standards for interfaces?
What do you understand by the term polymorphism?
Mention the default values of all the elements of an array defined as an instance variable.
Can a hashset contain duplicates java?