Search:

Type: Posts; User: cooljava50544

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,237

    Re: What is an object's identity?

    So would you agree that an object's identity is it's reference value to the reference value to its state or value such as a String's text?
  2. Replies
    9
    Views
    1,237

    Re: What is an object's identity?

    "All object variables are reference types, which mean they don't actually contain the data like primitive data types do. Instead, they point to the data, which is another an other area of internal...
  3. Replies
    9
    Views
    1,237

    Re: What is an object's identity?

    It is from a book called murach's Java Programming.
  4. Replies
    9
    Views
    1,237

    What is an object's identity?

    I am not sure if an object's identity is it's location in the internal memory or a reference value that points towards its state.
    Could someone please explain what it actually is?
Results 1 to 4 of 4