Q. In Java, can an interface have static methods with implementations?
β
Correct Answer: (D)
Yes, starting from Java 8, interfaces can have static methods with implementations
You must be Logged in to update hint/solution