Can I create class in main Java?

Inner classes can’t have static methods, so you can’t have main there. However, static nested classes can indeed have main . Also, as aix’s answer says, you can also have multiple package-private top-level classes in the same source file.

Sizin İçin Seçtik  Which Java package is automatically imported?

Leave a Reply

Your email address will not be published. Required fields are marked *