Search:

Type: Posts; User: krulle

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,124

    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,124

    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;
    ...
Results 1 to 2 of 2