✏️ Explanatory Question

What is Nested top-level class?

👁 684 Views
📘 Detailed Answer
💡

Answer with Explanation

If a class is declared within a class and specify the static modifier, the compiler treats the class just like any other top-level class. Nested top-level class is an Inner class.