Search:

Type: Posts; User: jps

Search: Search took 0.19 seconds.

  1. Thread: What gives?

    by jps
    Replies
    5
    Views
    1,097

    Re: What gives?

    The import command "pulls from the package" named in the statement.
    Take for example the Math class. Officially named java.lang.Math
    This tells you the class named Math is in the package named lang...
  2. Thread: What gives?

    by jps
    Replies
    5
    Views
    1,097

    Re: What gives?

    A package is just a folder in the hierarchy used for organization.
    It is not necessary to organize related classes in different packages, you can dump everything into one big pile if you choose to....
Results 1 to 2 of 2