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

Can we declare a class static?

Question

Can we declare a class static?

Answer

We can only declare the inner class as static but not the top level class.