Question: Question: What does the default keyword specify when used in an interface in Java? A) It allows the method to have a default implementation that
Question: What does the default keyword specify when used in an interface in Java?
A) It allows the method to have a default implementation that can be used by implementing classes.
B) It makes the method abstract, so implementing classes must provide their own implementation.
C) It restricts the method to be used only within the interface itself and not from outside.
D) It marks the method as deprecated, indicating that it should no longer be used.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below The correct option is A It allows the method to have a default implementation that can be ... View full answer
Get step-by-step solutions from verified subject matter experts
