Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,242

    Re: Arrays.Sort Help

    Arrays (Java Platform SE 6)

    Also, that

    while(true)
    thing will almost certainly be an infinite loop. (Unless you have a break somewhere else.)

    Also, you should probably have your Menu()...
  2. Replies
    5
    Views
    2,242

    Re: Arrays.Sort Help

    Comparable is an interface.

    If that class doesn't implement Comparable, then it can't be cast to that type.

    You have posted pretty much no code.

    Though I think you're casting something to be...
Results 1 to 2 of 2