Computer Science, asked by krystalcarrasco, 1 month ago

what is the term used when an object is activated​

Answers

Answered by aditya120411kumar
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