what is main difference b/w abstract class and interface
Answer Posted / bindu madhavi
Abstract class is a class which has both complete
incomplete methods.
Interface is which can have only unimplemeted methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does thread synchronization occurs inside a monitor?
How many arguments can a method have java?
Implement a stack with push (), pop() and min() in O(1) time.
What is purpose of keyword void?
In java, how we can disallow serialization of variables?
what is the purpose of "virtual"?
How do you access command-line arguments within the code?
What is a JAR file?
Tell some latest versions in JAVA related areas?
Is java a security risk?
What are register variables what are the advantages?
Which is better stringbuffer or stringbuilder?
How do you get the length of a string in java?
How do you join strings in java?
What is array command?