Java Design Patterns Question:
Download Job Interview Questions and Answers PDF
What is the Reactor pattern?
Answer:
The Reactor pattern is an architectural pattern that allows demultiplexing of event-driven applications and dispatch service requests which are delivered by one or more application clients to an application.
The reactor pattern is used in a manner that is synchronous. So that the delegated callback event takes a while for completing the running problems with scalability.
The reactor pattern is used in a manner that is synchronous. So that the delegated callback event takes a while for completing the running problems with scalability.
Download Java Patterns Interview Questions And Answers
PDF
Previous Question | Next Question |
What are Process Patterns? | What is session facade? |