Answer Posted / basireddy
interface is used when we want all the methods implement
the methods differnetly in different situations.
Abstract class
We also use abstract classes to override the
abstract methods that it contains.Otherwise the child class
will mentioned as abstract.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain reverse a linked list iterative solution in java?
What is a local block?
Why is core java important?
What will be the output of round(3.7) and ceil(3.7)?
How to write custom exception in java?
What environment variables are required to be set on a machine in order to run Java programs?
What are inbuilt functions?
What is fail first in java?
What is Applet Stub Interface ?
What is the benefit of inner / nested classes ?
What about method local inner classes or local inner classes in java?
How do you join strings in java?
What is double checked locking in singleton?
What are filterstreams?
What is public static void main?