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 870911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:33:23+00:00 2026-05-15T10:33:23+00:00

When I started learning Java I too started with the ubiqutous Hello world app.

  • 0

When I started learning Java I too started with the ubiqutous Hello world app. Which is more or less like :

public class MyClass {

 public static void main(String args[]){

    //some code here....

 }

}

Its been many years since my tryst with Java but recently I was confronted by a beginner with a problem : Her class file wouldn’t run even though she was able to compile correctly.

After looking at her code the first thing I noticed was that is didn’t have the public access specifier on the class with the main method. I immediately mocked her on that slip up and went about “fixing” it by adding the public access modifier. The joke was on me offcourse as that didn’t make any difference either. I then realized that she was trying to execute the compiled class from a different directory from the one where the class file was. I changed to that dir and issued the java command and it ran immediately.

This brings me to my question… Most hello world examples have the class setup with public access when its just as ok to not have that at all. So what difference does it make if at all for a class that contains the main method ?

To help make it clearer as to what we were doing exactly here are the steps :

We had the class in

c:\users\[usersname]\[my documents folder]\myprog.class

and we tried to run it from c:\ (as our working dir) . We did specify the full relative path expecting it to work. like so :

java users\[usersname]\[my documents folder]\myprog

Offcourse this just failed untill I changed into the documents folder making it the current working dir and issuing the command again like so

java myprog

So basically such a call makes sense when you have the class in a package resembling the folder structure prepended to its name. In this case the class is not in any package.

  • 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-15T10:33:23+00:00Added an answer on May 15, 2026 at 10:33 am

    The “public” vs. “package” specifier has to do with whether classes in other packages are allowed to “see” the class.

    Most hello world programs ignore packages, so they go with the more common public option. Most people never have to learn about other package specifiers (and their limitations) until they actually learn to organize their project into packages. Of course, if you have only one class, it doesn’t matter either.

    Also, I’m not sure why you mock novice programmers. I’ve been coding in Java for 10 years and still learn new things all the time.

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

Sidebar

Ask A Question

Stats

  • Questions 473k
  • Answers 473k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You shouldn't check for a status code after catching URLError,… May 16, 2026 at 4:03 am
  • Editorial Team
    Editorial Team added an answer Actually, points always work whenever the underlying devices gives correct… May 16, 2026 at 4:03 am
  • Editorial Team
    Editorial Team added an answer After trial and error, it would seem that if you… May 16, 2026 at 4:03 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.