Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,343

    Re: Java Bubble Sort Issue

    Those Strings are the values returned by the class's default toString() method.
    Add a toString() method to the Book class that returns a String with some of the values held in the Book class so you...
  2. Replies
    7
    Views
    1,343

    Re: Java Bubble Sort Issue

    How have you tried debugging the code?
    Print out the contents of the arraylist before the sort and after the sort using a println() with the arraylist name:

    System.out.println("before...
Results 1 to 2 of 2