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

  • Home
  • SEARCH
  • 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 7920319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:10:20+00:00 2026-06-03T16:10:20+00:00

Possible Duplicate: Why shouldn't we use the (default)src package? I am beginning to code

  • 0

Possible Duplicate:
Why shouldn't we use the (default)src package?

I am beginning to code Java in Eclipse. I created a new project and noticed a default package.

What is the benefit of creating a new package (via right-clicking “src”) and naming it say “com.johnhoffman.myproject”? My application seems to work just fine with the default 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-06-03T16:10:21+00:00Added an answer on June 3, 2026 at 4:10 pm

    Why create your own package:

    Organisation, If you put everything in the default package, after a few years you would have several thousand classes in the default package and finding anything would be just about impossible. It would make naming a new class difficult – you would need to check if the name was already used.

    Reuse by others If everyone put everything in the default package, how would you distinguish between your layout class and johns layout class and peters layout class

    I would try and give your package a sensible name – helps If you need to refer back to the code later.

    i.e.
        shop.swing.exercise
    rather than
        exercise1
    

    also see

    Why shouldn't we use the (default)src package?

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

Sidebar

Related Questions

Possible Duplicate: When should one use final? When should Java programmers prefer to use
Possible Duplicate: Understanding Enums in Java Why should we use enums rather Java constants?
Possible Duplicate: When should I use the new keyword in C++? I don't know
Possible Duplicate: What is a raw type and why shouldn't we use it? The
Possible Duplicate: Why does .NET use banker's rounding as default? Here is a sample
Possible Duplicate: Should I use "from package import utils, settings" or "from . import
Possible Duplicate: Java - when to use 'this' keyword Is it generally good convention
Possible Duplicate: Can I use a function to return a default param in php?
Possible Duplicate: Java: “implements Runnable” vs. “extends Thread” When should you use: class MyThread
Possible Duplicate: Why should I use templating system in PHP? I was just curious

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.