aspose file tools
The moose likes Beginning Java and the fly likes memory access Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "memory access" Watch "memory access" New topic
Author

memory access

Justin Fox
Ranch Hand

Joined: Jan 24, 2006
Posts: 802
is it possible to write code to see if the memory address say : &H512C10
is currently used?

Justin Fox


You down with OOP? Yeah you know me!
Adam Nace
Ranch Hand

Joined: Jul 17, 2006
Posts: 117
This cannot be done in java.

The java environment does not allow you to view or control where elements will be stored in memory. This is by design. The environment will always decide for you where to place variables / objects.

- Adam
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: memory access
 
Similar Threads
Jess in J2ME
How to pass the values between MIDlets?
WA #1.....word association
Tag Library and Struts Framework
char doubt