Posted by: Pdfprep
Post Date: March 5, 2021
You work as a Software Developer for ABC Inc. You are defining a component for an application. In some deployments, the component will be deployed on the same computer as the application. In other deployments the component will be deployed on a separate computer. The component has implicit dependencies and needs to access and use server-side resources that cannot cross system boundaries.
You must ensure that your component design supports both deployment scenarios.
What will you do to accomplish the task?
A . Create a SingleCall object.
B . Create a marshal-by-value object.
C . Create a marshal-by-reference object.
D . Create a Singleton object.
Answer: C
Leave a Reply