---
title: "What modifiers may be used with top-level class?"  
description: "What modifiers may be used with top-level class?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/171/what-modifiers-may-be-used-with-top-level-class  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What modifiers may be used with top-level class?

public, abstract and final can be used for top-level class.

## Answers

### Answer by Pushpendra Singh

public, abstract and final can be used for top-level class.


---

Original Source: https://www.mindstick.com/interview/171/what-modifiers-may-be-used-with-top-level-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
