what is the term used when an object is activated
Answers
Answered by
3
Explanation:
The active object design pattern decouples method execution from method invocation for objects that each reside in their own thread of control. The goal is to introduce concurrency, by using asynchronous method invocation and a scheduler for handling requests.
Similar questions