Re: How large is an object reference?
- From: Thomas Hawtin <usenet@xxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Feb 2006 12:26:24 +0000
Robert Mark Bram wrote:
How large is an object reference? Not the object itself, just a
reference to it.
Depends on the JRE. Typically a 32-bit JRE will use 32-bits per reference. A 64-bit JRE will use 64-bits per reference.
In Java byte code references appear as if they take up the same space as an int.
Tom Hawtin
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
.
- Follow-Ups:
- Re: How large is an object reference?
- From: P.Hill
- Re: How large is an object reference?
- References:
- How large is an object reference?
- From: Robert Mark Bram
- How large is an object reference?
- Prev by Date: Re: Transmitting strings via tcp from a windows c++ client to a Java server
- Next by Date: Re: Declaring local variables inside loop
- Previous by thread: Re: How large is an object reference?
- Next by thread: Re: How large is an object reference?
- Index(es):
Relevant Pages
|