What is the diff. b/w Interfaces & Abstract class?
Answer Posted / parminder
Interfaces are implictly public and abstract and abstract
classes have abstract and non abstract methods
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can singleton class be cloned?
What is volatile keyword in java
What is appletviewer?
Why are the destructors for base class and derived class called in reverse order when the program exits
can used Protected Class outside Function.?
Give any two differences between C++ and java.
What methods are used in Servlet?Applet communication?
Explain about varargs in java?
What is the difference between a scrollbar and a scrollpane?
Can You Have Virtual Functions In Java?
What do you mean by global variable?
What is binary tree in java?
Are arrays dynamic in java?
Can memory leak happen java?
Why can't we use static class instead of singleton?