Search:

Type: Posts; User: SPACE MONKEY

Search: Search took 0.09 seconds.

  1. Replies
    16
    Views
    2,973

    Re: char.toHexString();

    Dear KevinWorkman:

    Sorry about the link, it seems you are always directed to the start. I wanted to know for say, java, lang, Maths. In the "Method Summary" table. There are two columns, what is...
  2. Replies
    16
    Views
    2,973

    Re: char.toHexString();

    Dear KevinWorkman:

    In the "Filed Summary" or the "Method Summary" section of the page linked below there is a value in the left hand side column, I am wondering what is the significance of that...
  3. Replies
    16
    Views
    2,973

    Re: char.toHexString();

    When I was looking at the API (AIP?) there are two columns, the on on the left has either, bite, or long, or String, then in the column on the right is the method and it's requirements.
    That is...
  4. Replies
    16
    Views
    2,973

    Re: char.toHexString();

    Dear All:

    Thanks for the help, the AIP is very helpful. I have to now try and understand how it is structured so I can find stuff easier, or just google it.

    This is the code that works. I am...
  5. Replies
    16
    Views
    2,973

    Re: char.toHexString();

    Dear All:

    Thanks for your help.

    The reason I am delving into this is because I am reading Ivor Hortons "Beginning Java 2 JDK 5th Edition"

    Can anyone tell me, is this book using at least the...
  6. Replies
    16
    Views
    2,973

    Re: char.toHexString();

    Dear KevinWorkman:

    So very sorry to ask this, but what is the API?
  7. Replies
    16
    Views
    2,973

    Re: char.toHexString();

    Dear KevinWorkman:

    That makes sense, I can not use the method of one class on another class.

    I made changes to my program:

    public class LetterConversion{
    public static void main(String []...
  8. Replies
    16
    Views
    2,973

    char.toHexString();

    Dear All:

    I am wondering why you can do:



    Integer.toHexString(letter1);
Results 1 to 8 of 8