Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. A thread gets a default priority

  2. cause the currently running thread to move back to runnable so that a thread of the same priority can have a chance.

  3. Guaranteed to cause the current thread to stop executing for at least the specified sleep duration

  4. Guaranteed to cause the current thread to stop executing until the thread it joins with completes

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. I am a constructor of A,I am a destructor of A,I am a constructor of B,I am a destructor of B

  2. I am a constructor of A,I am a constructor of B,I am a destructor of A,I am a destructor of B

  3. I am a constructor of A,I am a constructor of B,I am a destructor of B,I am a destructor of A

  4. I am a destructor of B,I am a constructor of A,I am a destructor of A,I am a constructor of B

Reveal answer Fill a bubble to check yourself
C Correct answer