What is the diff. b/w Interfaces & Abstract class?
Answer Posted / paletipatisrinu
interface contain purely undefined methods but abstract
class contain purely defined methods and undefined methods.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is garbage collector?
What is binary tree in java?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Can a class be protected in java?
Is vector ordered in java?
Whats the difference between notify() and notifyall()?
State differences between C and Java?
How do you remove spaces in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What are the steps involved to write rmi based programs?
What makes a function well defined?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is the maximum size of a string in java?
How list contains works in java?
which pattern is default in scanner package?