Search:

Type: Posts; User: Shadud

Search: Search took 0.18 seconds.

  1. Replies
    0
    Views
    1,221

    [SOLVED] Method calls and output looks a little funny

    Everything seems to look right, it compiles, and even runs, but the output I end up getting looks like this:

    Book@6e00321, Book@5ced6f0d... etc

    Why is it outputting that instead of the sorted...
  2. Replies
    4
    Views
    1,127

    Re: start to learn java using videos

    There is another section of the forum, if you click the Forum tab you will see underneath the "What's wrong with my code?" forum "Java Theory & Questions". You merely click there and post your thread...
  3. Replies
    4
    Views
    1,127

    Re: start to learn java using videos

    Hey Heshan, I think this question would be better suited for the Java Theory & Questions forum. This part is for when you're actually stuck on coding and need someone to look over your code.
  4. [SOLVED] Sorting an object array using string variables from a string array

    First, I feel it would be beneficial to define my goal. The goal is to take my titles array, assign it the title values that are defined in my bookList array then sort the titles array. Up to there I...
  5. Replies
    4
    Views
    987

    [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...
  6. Replies
    4
    Views
    987

    [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};
    ...
  7. Replies
    4
    Views
    987

    [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 7 of 7