Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,395

    Re: Fill in Container Class using another Class ?

    What is the name of the method and what class is it defined in?

    If addInfo() is a public method in the Containment class you can call it the same way you called the ArrayList's add() method in ...
  2. Replies
    3
    Views
    1,395

    Re: Fill in Container Class using another Class ?

    Container is the name of a class in java SE. You should use a different name for your class.
    Naming conventions for variables recommends lowercase first letter:
    names vs Names


    Get a reference...
Results 1 to 2 of 2