Search:

Type: Posts; User: Nouish

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,288

    Re: Source code please

    Your browser will read the HTML code and parse it for display...
  2. Replies
    2
    Views
    1,782

    Re: Converting Bytes into Char

    Short -> Char provides a bigger selection of characters
  3. Replies
    3
    Views
    7,692

    Re: Simple beginner's password guessing program

    pw = "" + scan.nextLine();

    You could have skipped the redundent part:


    "" +

    Scanner (Java 2 Platform SE 5.0)
  4. Replies
    1
    Views
    1,147

    Re: Using JAd to decompile my java prgram

    Maybe you could use JD-GUI | Java Decompiler instead of JAD.
Results 1 to 4 of 4