Michael, Primitives are passed by value in Java. If you want to "modify" primitives, use the MutableXXX wrappers in Commons Lang.
Paul On Mon, Jan 3, 2011 at 3:01 PM, Michael Giannakopoulos <miccagi...@gmail.com > wrote: > I mean exactly the same thing as C# but from the replies i see that's a > difficult task and also that has little to do with apache commons... > Because > i use java a lot it's annoying the fact that specific variables that i want > to change values in other functions cannot be passed as arguments but > instead you have to declare them as arrays or other objects... Thanks for > all the replies. Do you believe that something like that can start in > commons? >