Search:

Type: Posts; User: chronoz13

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    8,489

    Re: numerical conversion methods..

    but why .parseInt in binary?


    System.out.println("From binary: " + Integer.parseInt("101111100111000100", 2));
  2. Replies
    12
    Views
    8,489

    Re: numerical conversion methods..

    ahh so thats the purpose of the .decode() method of Integer Class... tnx again!! \m/
  3. Replies
    12
    Views
    8,489

    Re: numerical conversion methods..

    WOW TNX AGAIN SIR JSON!! \m/

    TNX A LOT!!
  4. Replies
    12
    Views
    8,489

    Re: numerical conversion methods..

    my question is, regarding with OCTAL conversion.. why is it converted into String?
    (i understand a liitle bit with hexa and binary) ..

    and how could i reverse those methods?

    if i input ...
  5. Replies
    12
    Views
    8,489

    Re: numerical conversion methods..

    Damn! thats it!!! that's what i've been looking for! tnx sir JSon!!!! your really awesome!
    i never knew that those methods were in Integer class..I thought it was in Math. Im using netbeans but i...
  6. Replies
    12
    Views
    8,489

    numerical conversion methods..

    i was looking for any methods in Math package that can convert any number such as [DECIMAL-OCTAL],
    [BINARY-OCTAL], [HEXA-OCTAL], [BINARY-HEXA], ETC.. (my proffesor told me,) but i cant find any of...
Results 1 to 6 of 6