Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: passing array in java by value-result?
|
Posted: Nov 2, 2004 2:39 PM
|
|
|
By the way, I should have added if that (swappable parameters) is your goal, you should be aware that it would be a pretty anti-idiomatic thing to do in Java. It might be less offensive in a dynamically typed language like Python or Ruby, but even in those languages, many people would find the practice annoying and confusing. For certain, you'll make no friends in the Java community with this kind of behavior (pun intended).
|
|