COM+ Question:
Download Job Interview Questions and Answers PDF
Explain loosely coupled events?
Answer:
Loosely coupled events enable an object (publisher) to
publish an event. Other objects (subscribers) can subscribe
to an event.
COM+ does not require publishers or subscribers to know
about each other. Therefore, loosely coupled events greatly
simplify the programming model for distributed
applications.
publish an event. Other objects (subscribers) can subscribe
to an event.
COM+ does not require publishers or subscribers to know
about each other. Therefore, loosely coupled events greatly
simplify the programming model for distributed
applications.
Download COM+ Interview Questions And Answers
PDF
Previous Question | Next Question |
What is reliability? | Explain queued components? |