If all the methods in abstract class are declared as
abstract then what is difference between abstract class and
in interface?
Answer Posted / prasad bhagwat
You can inherit the abstract class and use only those
methids which you want.
But in Interface you have you implement every method.
| Is This Answer Correct ? | 7 Yes | 18 No |
Post New Answer View All Answers
Which sort is best in java?
What is procedure overloading?
What is unmodifiable list in java?
What is a nested class?
Is java a utf 8 string?
Can a class have 2 constructors?
What are locale settings?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is a key in java?
What are latest features introduced with java 8?
What are the high-level thread states in java programming?
What is the main use of java?
What is the difference between the font and fontmetrics classes in java programming?
What is method overriding in java ?
Whats the difference between notify() and notifyall()?