When call by value is used, actual parameter values are pushed into the stack. What about call by reference? What is pushed onto the call stack?
EDIT:
Nice to know that java does not use call by reference, ever. How about in C++. I changed the tag to c++ from java. Sorry for the confusion.