Styrow.dev
Question 168 of 247
Java Topic: General medium

Can an abstract class have a static method?

Question

Can an abstract class have a static method?

Answer

Yes an abstract class have a static method and it can be accessed by any other class(even not a concrete class).