Can you pass object references in Non-distributed Technologies?

Questions by enjoy

Showing Answers 1 - 3 of 3 Answers

akantilal

  • Jun 12th, 2007
 

Yes. Non-distributed technologies would mean objects in a single JVM. Within a single JVM, objects are always passed by reference.

When it comes to distributed, which means 2 JVMs running either on the same or different machines, objects are passed by copy which means a copy of the object is passed, like in RMI.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions