Aug2016 cs Q42

0. Java uses threads to enable the entire environment to be ______.

  • Option : D
  • Explanation :
    Java uses threads to enable the entire environment to be asynchronous. Asynchronous threading is pre-emptive i.e. a thread once start executing a task it can hold it in mid, save the current state and start executing another task (context switching) according to priority and other specified criteria and threading. So, option (D) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *