Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,465

    Re: Password Array

    Take a look at the String API: String (Java Platform SE 7 )
  2. Replies
    6
    Views
    1,465

    Re: Password Array

    Don't use == when comparing Strings. The equals method just compares whether two variables contain the same instance. Use the equals() method to compare the actual contents instead.
Results 1 to 2 of 2