Getting Info from an arraylist.

Discussion in 'Java' started by Fuzzyfella, Dec 3, 2011.

  1. Fuzzyfella

    Fuzzyfella New Member

    Joined:
    Dec 3, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi all,
    I'm a newbie to programming and Java and am trying to print a string from an arraylist. I have a class 'student' and a class 'course' which contains the Arraylist <Student> students. How do I return the string for the student variable studName.

    I tried:
    System.out.prinln("Student Name: " +students.getStudName);
    But its telling me that it cant find variable studName and I cant find a similar problem anywhere to point me in the right direction.

    Any help would be greatly appreciated.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice