Cover Data Structures and Algorithms with Object-Oriented Design Patterns in Java
next up previous contents index

Parameter Passing

There one parameter passing mechanisms in Java: pass-by-value. It is essential that you understand how pass-by-value works for primitive types and for reference types.


next up previous contents index

Bruno Copyright © 1998 by Bruno R. Preiss, P.Eng. All rights reserved.