Search:

Type: Posts; User: sarwardnj

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,574

    Re: Password With Java(Error)

    [solved]
    tnx norm ur link helps me much....

    import java.util.Arrays;
    toCharArray() and if (Arrays.equals(p1, p2)) helps me much



    import java.io.Console;
    import java.util.Arrays;
  2. Replies
    7
    Views
    1,574

    Re: Password With Java(Error)

    i have used

    if( passwordArray.equals(passwordArray2))

    still same problem :(
  3. Replies
    7
    Views
    1,574

    Re: Password With Java(Error)

    can you please make the code correct for me?
  4. Replies
    7
    Views
    1,574

    Password With Java(Error)

    Hi !

    I want to make a console window program which take a password from window and compare it with a predefined password and then will show password match or not match.

    my code is where which...
Results 1 to 4 of 4