Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7052963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:26:49+00:00 2026-05-28T03:26:49+00:00

If Integer i = 88 , what is the memory address i resides at?

  • 0

If Integer i = 88, what is the memory address i resides at?

Additionally, if as part of Debugger, id number changes, is it indicative of the fact that a new object was created?

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:26:50+00:00Added an answer on May 28, 2026 at 3:26 am

    The answer to your second question is yes, the “id” you see in Eclipse’s debugger uniquely identifies an object and so a change in it means a new object was created. So, for example:

    Integer i = 55;
    Integer j = new Integer(55);
    Integer k = Integer.valueOf(55);
    

    Here i and k will have the same id, since they refer to the same object; j will be different.

    The memory address of one of these objects is not really a useful piece of information, since objects move around in memory. All you can know is that if i == k, they are the same object. (So here, i == k but i != j).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have a int32 type integer in the 8-bit processor's memory, say, 8051,
I'm writing a memory allocator, and I need a way to store an integer
Dynamic integer will be any number from 0 to 150. i.e. - number returns
In CPython, the builtin-function id(x) returns the memory address of x . Is it
When overriding the equals() function of java.lang.Object, the javadocs suggest that, it is generally
I'm implementing a memory cache for a table that looks like this (simplified): Item1
I believe that local integer variables are not initialized to zero in delphi. The
What's a good way to estimate the memory footprint of an object? Conversely, what's
I thought that I couldn't retrieve the length of an allocated memory block like
Is there a way to set an integer variable at the absolute address 0x67a9

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.