Difference between concurrent and sequence programming?
Answers
Answered by
0
Answer:
Concurrent vs sequential programming
Concurrent vs sequential programmingConcurrency is about independent computations that can be executed in an arbitrary order with the same outcome. The opposite of concurrent is sequential, meaning that sequential computations depend on being executed step-by-step to produce correct results.
Answered by
2
Answer:
Concurrency is about independent computations that can be executed in an arbitrary order with the same outcome. The opposite of concurrent is sequential, meaning that sequential computations depend on being executed step-by-step to produce correct results.
Similar questions