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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:57:09+00:00 2026-06-03T23:57:09+00:00

Is there some disadvantage to having statements such as import android.view.* instead of just

  • 0

Is there some disadvantage to having statements such as import android.view.* instead of just importing the objects I actually use from the view package? Will it make my compiled android application larger in size if I use the *? If yes, then what is best practice for deciding whether to import the whole package with * or just single objects ? Thanks

  • 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-03T23:57:10+00:00Added an answer on June 3, 2026 at 11:57 pm

    In their book Core Java Volume 1, the authors state that

    The java.util.* syntax is less tedious. It has no negative effect on code size.
    However, if you import classes explicitly, the reader of your code knows
    exactly which classes you use.

    The only time that you need to worry about packages is when you have a name conflict. For example, both the java.util and java.sql packages have a Date class. Now suppose you write a program that imports both packages.
    *import java.sql.** and
    *import java.util.**
    If you try to use the Date class now, you will get a compile time error. You’ll have to use fully qualified name if you want to use them both.

    The only benefit of the import statements is convenience. It is not analogous to the #include directives in C. In the book The Java Programmin Language (It has James Gosling as one of its authors), the authors state the following,

    Import statements simply provide information (about the types you are using in your
    code) to the compiler; they don’t cause files to be “included” into the current file.

    What I have inferred from the books The Java Language Specification (By Bill Joy, James Gosling et. al), and the one I mentioned above is that the import statements with the wild-cards are called Type-Import-on-Demand Declaration. This tells the compiler that if it finds names that it doesn’t know about, it should look at package given by the import-on-demand statement to see if it has a member by that name.

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

Sidebar

Related Questions

Is there some free and easy to use 3D library for iOS (and Android)
Is there some way to use Tuning Advisor for SQL Express? Is there some
Is there some event I can use to tell when the SelectedIndices property changes
Is there some regex that can be passed to re-seq such that it will
Just want to know if there is a disadvantage of not using const_cast While
I develop some PHP project on Linux platform. Are there any disadvantages of putting
Are there some good resources tutorials or anyone has tried to implement a Capcha
Is there some way to define an abstract type as a parameter in an
Is there some kind of software that I can feed uploaded images to and
Is there some crucial difference in writing the registry class in MVC with magic

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.