View Single Post
Old 11-02-2003, 08:57 PM   #5 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
DarkTwilkitri is correct. java is passing a pointer (er, "reference"). it's just an integer. yes, it is passing the value of the pointer that is a reference to the object (which is what passing by reference means).
caution, your professor may be an idiot.
joe_bruin is offline   Reply With Quote