Saved Bookmarks
| 1. |
What is Concurrency? |
|
Answer» In software engineering, concurrency REFERS to a SET of techniques and mechanisms that allow the software to do many tasks at the same time. Concurrency can be achieved by using languages like C++ or Java because these languages support the concept of THREAD. New HARDWARE and software features are required to achieve concurrency. |
|