Search:

Type: Posts; User: sarwardnj

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    980

    Re: Package Importing Help

    i don,t understand ... um new in java... can you explain it clearly

    Repeating my qus again :

    Dear yes we can import package with import a.*;

    import a.*; <Thats mean we are importing all...
  2. Replies
    3
    Views
    980

    Package Importing Help

    Hi friends i need a lil help.

    How can i import a package from a back folder.

    Example:

    I have a folder named " project "
    in " project " folder i have two package folders name named " a " and...
  3. Replies
    3
    Views
    1,279

    Re: Read Specific value

    Hi can you explain this? Um Very Beginner with java.... So please can you give me a lil example?
  4. Replies
    3
    Views
    1,279

    Read Specific value

    Hi i need a java code which read specific value from a file.

    Example:
    I have a text file named data.txt

    it contain :

    Customer Name :Sarwar
    Customer Id : 001
    Product Price :2000
  5. Replies
    7
    Views
    1,557

    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;
  6. Replies
    7
    Views
    1,557

    Re: Password With Java(Error)

    i have used

    if( passwordArray.equals(passwordArray2))

    still same problem :(
  7. Replies
    7
    Views
    1,557

    Re: Password With Java(Error)

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

    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 8 of 8