Podcast
Questions and Answers
Which of the following types of multitasking is based on processes?
Which of the following types of multitasking is based on processes?
- D Process and Program based
- A Process based (correct)
- C Process and Thread based
- B Thread based
What is the name of the thread in the given Java program?
What is the name of the thread in the given Java program?
- B Child Thread
- A Main Thread (correct)
- D Process Thread
- C System Thread
Which of the following methods will ensure that a thread is in the running state?
Which of the following methods will ensure that a thread is in the running state?
- C notify()
- A yield() (correct)
- B wait()
- D Thread.killThread()
Which object stores associations between keys and values?
Which object stores associations between keys and values?
Which class object can be used to form a dynamic array?
Which class object can be used to form a dynamic array?
Flashcards are hidden until you start studying