This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes pass by value... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "pass by value..." Watch "pass by value..." New topic
Author

pass by value...

Pavan Sethurathnam
Greenhorn

Joined: Jan 16, 2001
Posts: 3
what do u mean my RMI is pass by value regardless if it in-process or out-process?
Jim Baiter
Ranch Hand

Joined: Jan 05, 2001
Posts: 532
It means that parameters passed in RMI methods will be deep
copied. This means that the protocol will create a new copy
of the parameter and pass it. It will exist independently of
the object you used when you made the call.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: pass by value...
 
Similar Threads
Java uses Pass By Value or Reference
pass by value or pass by reference
pass-by-reference and pass-by-value
why this with static
request.getParameter()