Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,206

    Re: Java I/O problemo

    Use the mathematical expression in the API reference to calculate the hashcode for "UEJ" as follows:


    The decimal integer value of the char 'U' is 85.
    The decimal integer value of the char 'E'...
  2. Replies
    5
    Views
    1,206

    Re: Java I/O problemo

    I don't know how to say it other than:

    The same calculations are done using the same finite sequence of well-defined operations on the same data values every time the program is run. Therefore,...
  3. Replies
    5
    Views
    1,206

    Re: Java I/O problemo

    What about it do you not understand?

    Have you read the API description for the String class?
    Java 7 String hashCode()


    Bottom line:
    The hashCode() method of the String class defines...
Results 1 to 3 of 3