Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,573

    Re: Password With Java(Error)

    I'm glad you got it working.
  2. Replies
    7
    Views
    1,573

    Re: Password With Java(Error)

    Did you read the API doc for the Arrays class to see if any of its methods would help you?
    Java Platform SE 7
  3. Replies
    7
    Views
    1,573

    Re: Password With Java(Error)

    Did you find the API doc for the class I suggested? What method did you try?
  4. Replies
    7
    Views
    1,573

    Re: Password With Java(Error)

    The == operator does not compare the contents of two arrays.
    See the Arrays class for a method that may help.
Results 1 to 4 of 4