Search:

Type: Posts; User: helloworld922

Search: Search took 0.20 seconds.

  1. Replies
    12
    Views
    7,134

    [SOLVED] Re: toString() method

    Hashing is a technique to transfer any object into an "index" that can be used to retrieve that specific object from a hash table. hashcode() just happens to be Java's method for creating a hash of...
  2. Replies
    12
    Views
    7,134

    [SOLVED] Re: toString() method

    First case is impossible in Java because they are primitive types, and primitive types can only be accessed via value, not reference/pointing. Even doing something like this wouldn't change the...
  3. Replies
    12
    Views
    7,134

    [SOLVED] Re: toString() method

    References aren't too difficult to explain. Think of your variable as a good hunting dog. He will always "point" to the target. He isn't the target (say, a fox), which is very important. If something...
Results 1 to 3 of 3