Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    990

    Re: STRING sorting plz correct it

    The one that is used to compare Strings.
    Look at the API doc for all the details:
    http://docs.oracle.com/javase/7/docs/api/
  2. Replies
    9
    Views
    990

    Re: STRING sorting plz correct it

    Does it work now?
  3. Replies
    9
    Views
    990

    Re: STRING sorting plz correct it

    You can not use the > operator with objects like Strings. You need to use methods when working with objects. Read the API doc for the String class to find some methods that are useful for comparing...
  4. Replies
    9
    Views
    990

    Re: STRING sorting plz correct it

    Please post the full text of the error message.

    Please Edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
  5. Replies
    9
    Views
    990

    Re: STRING sorting plz correct it

    Please explain the problems you are having with the posted code. Show the program's output and explain what is wrong and show what it should be.

    Please Edit your post and wrap your code with

    ...
Results 1 to 5 of 5