Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,494

    Re: Import if Import is Found, Else

    That question doesn't make sense. import statements allow the code to be written without adding the package name.
    There is no requirement to use import statements. Most, maybe all, code can be...
  2. Replies
    5
    Views
    1,494

    Re: Import if Import is Found, Else

    Do you understand what import statements are for?
    What are your questions now?
  3. Replies
    5
    Views
    1,494

    Re: Import if Import is Found, Else

    Are you talking about the import statement? It is used to tell the compiler what packages classes are in.
    It saves the coder from having to code the full classname including the package name.
    ...
Results 1 to 3 of 3