Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7084571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:19:05+00:00 2026-05-28T07:19:05+00:00

We can write a java program with one non-public class containing a main method

  • 0

We can write a java program with one non-public class containing a main method — it’ll compile and run just fine. Why do people make the main class public?

Is there any benefit?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:19:06+00:00Added an answer on May 28, 2026 at 7:19 am

    There is no benefit of making the class public for the sake of it having a main method.

    That being said, there isn’t really much of a reason not to either. Chances are the main class is either going to be very short with few, if any, substantial methods in it, or it’s going to be baked into one of the core classes like

    class Server {
        public static void main(String[] args) {
            Server s = new Server();
            s.start();
        }
        // rest of Server class here
    }
    

    And typically those core classes are something you’d want to be public.

    But this isn’t about the benefits of having classes be public. This is about the benefits of having a class be public because it has the main method and there are no direct benefits as a result of that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Assume we have a trivial Java program that consists of just one class: public
Newbie here...can I write one program which incorporates .NET LINQ and also various Java
I'm trying to follow Java's JDBC tutorials to write a Java program that can
Every method I write to encode a string in Java using 3DES can't be
I am trying to write a program in java where in i can find
I need to write a bash script to compile my java program. I know
in detail: if we use public API for example, write java program for example
How can I write from Java to the Windows Event Log?
How come, in Java, I can write List<?> list = new LinkedList<Double>(); but not
Can I write to the end of a 5GB file in Java? This question

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.