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