Search:

Type: Posts; User: krulle

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,123

    Re: Accessing String Array

    I know it's an array. But what does the line conList = new ConsoleInfo[7] basically do? Is it storing the values in the constructor above? Sorry. I'm really confused. I'm stuck because of this :(
  2. Replies
    3
    Views
    1,123

    Accessing String Array

    Guys! I really need help. What does the line Console[] conList mean? How am I going to access the string values in class consolelist?

    class ConsoleInfo
    {

    private String conTitle;
    ...
  3. Replies
    3
    Views
    1,290

    Accessing string list?

    We were suppose to make a program for an assignment and the prof provided some codes to start of. What does this basically mean? How do i access the string arrays from consolelist?



    class...
Results 1 to 3 of 3