William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
Objects are in heap methods are in stack
Where did you get that? Method code resides in objects, things on the stack for a given Thread are the references and data used in calls by the Thread to a method.