Search:

Type: Posts; User: Shadud

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    989

    [SOLVED] Re: Using set/get methods and arrays

    I removed the String already, as it was part of my confusion, that was the reason for producing a null value instead of a syntax error. I also made adjustments to the variable names to help...
  2. Replies
    4
    Views
    989

    [SOLVED] Re: Using set/get methods and arrays

    Okay, I found part of my problem, instead of writing this code:


    String[] titleArray = new String[] {Book1.gettitle, Book2.gettitle, Book3.gettitle, Book4.gettitle, Book5.gettitle};
    ...
  3. Replies
    4
    Views
    989

    [SOLVED] Using set/get methods and arrays

    Hi guys, forgive me if breaking all sorts of laws in Java, I'm only a couple weeks into learning it and I've been struggling the whole way through. Right now what I was trying to do was create an...
Results 1 to 3 of 3