In Java, can an abstract class have static methods with implementations?
A. Only if the methods are marked as "private"
B. Yes, an abstract class can have static methods with implementations
C. Only if the methods are marked as "final"
D. None of These
Answer: Option B

Join The Discussion