Design Patterns Question:

Download Job Interview Questions and Answers PDF

What is the publish/subscribe model?

Design Patterns Interview Question
Design Patterns Interview Question

Answer:

The publish/subscribe model is an approach to distributed
system communication in which publishers publish information
to a subject address and subscribers subscribe to
information at a subject address. The publish/subscribe
model has the benefit of making publishers independent of
location. This enables subscribers to subscribe to
information without having to know the location of a publisher.

Download Design Patterns Interview Questions And Answers PDF

Previous QuestionNext Question
What are the Design Patterns you know explain?Dd you use OOA/OOD methodologies? Did you use design patterns?