Pass by Reference in Java.
807598Feb 3 2006 — edited Jan 20 2009Hi ,
I wanted to understand the concept of pass by reference in java.
Whether the
1. primitives (eg int, char) are pass by value and
2. Java Wrapper classes (eg Integer,Character) and other Java class objects created are pass by reference.
Thanks in advance