Which type of application would benefit from using the Singleton pattern?
A.
An application that interacts with external systems in serial fashion.
B.
An application that interacts with external systems in parallel fashion.
C.
A clustered application that can support 200 concurrent users.
D.
An application that requires remote monitoring capabilities