What is the relation between Any two different Java objects?
The relation between any two different Java objects is defined on object-level rather than application-level interaction. -quote- “Any relationship between distributed objects has two sides: the client and the server. The server provides a remote interface, and the client calls a remote interface. These relationships are common to most distributed object standards, including Java Remote Method Invocation (RMI, RMI-IIOP) and CORBA. Note that in this context, the terms client and server define object-level rather than application-level interaction–any application could be a server for some objects and a client of others. In fact, a single object could be the client of an interface provided by a remote object and at the same time implement an interface to be called remotely by other objects.
Related Questions
- For objects moving away but not directly away in our light of sight, could we take measurements from different parts of the Earth and compare the readings to figure out precise velocity?
- How can we save various objects into the disk? How can we convert different types of data into bytes?
- What are the different methods that one can use to create objects out of glass?