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
Are registers volatile?
Can you explain the private protected field modifier?
Where are local variables stored?
Is null false in java?
What is the method in java?
Is java se open source?
Explain the scope or life time of class variables or static variables?
What does java ide mean?
What is literal example?
What is the difference between hashset and treeset in java?
What will be the default values of all the elements of an array defined as an instance variable?
What is threaded programming and when is it used? : Java thread
What is type inference in java8?
When super keyword is used?
What is bubble sort in java?