Explain Singleton architecture of Remoting.- This architecture comprises of messages, sinks, proxies and configuration objects.
There are two approaches that are used in Remoting architecture:
1. Single call 2. Singleton
- The singleton remoting architecture is effective for limiting the maximum number of instances of a class to exactly one. - This architecture is used when all the applications have to use or share same data.
|