The moose likes Servlets and the fly likes address of primitive data type Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "address of primitive data type " Watch "address of primitive data type " New topic
Author

address of primitive data type

sivaprasad chintapalli
Greenhorn

Joined: Aug 31, 2005
Posts: 2
How can I find the address of primitive data type in java.
ie how can I find the adrress of constant 'a' declared below,

final static int a =40;

Quick response would be highly appreciated .
ramprasad madathil
Ranch Hand

Joined: Jan 24, 2005
Posts: 489


Quick response would be highly appreciated .


Isnt it always ?
What do you intend to do with the info anyways ?
And besides this is not the right forum, I believe, for such questions.

cheers,
ram.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

This is not a Servlet question so I'll move it to the Java in General (beginner) forum. You'll be sure to get a quick reply there.

Dave
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: address of primitive data type
 
Similar Threads
Console User Input?
Casting in array
address of primitive data type
Can we Pass Primitive data type in HashMap?
serizalize primitive data type