Tag: technology

Questions Related to technology

  1. Always

  2. When the context of the current step differs from the activity context

  3. Only when referencing Page List or Page Group properties

  4. Never


Correct Option: B
  1. 802.11

  2. 802.15

  3. 802.16

  4. 802.3


Correct Option: B
  1. It will run without error

  2. Runtime Error

  3. Compilation Error

  4. None of all


Correct Option: A
  1. We can invoke run() method directly to start thread

  2. If we call start() method twice, two threads will be created

  3. t.sleep(50) - it will give minimum guarantee of at least 50ms this thread will not run

  4. Thread can be still alive even after the completion of run().


Correct Option: C