Answer Posted / asrinivas rao
In java a class can implement interface using "implemnts"
keyword.the methods defined in the interface need to be
implemented in the class which implments the respective
interface,otherwise the class becomes has an Abstract class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Are static members inherited to sub classes?
What is meant by 'Class access modifiers'?
What is the use of bufferedreader?
How do you sort in ascending order in java?
What are the java ide's? Explain
What is the difference between throw and throws in java?
What is consumer in java?
What are Normalization Rules? Define Normalization?
Is set ordered?
Why do we use threads in java?
Is string an object?
What is mean by exception?
Tell me a few examples of final classes defined in Java API?
Can inner class extend any class?
What are the actions that can occur when a thread enters blocked state?