CSE MCQs :: JAVA MCQs
- Which of these statement is incorrect?
- Which of these interface is implemented by Thread class?
- Which of these method of Thread class is used to find out the priority given to a thread?
- Which of these method of Thread class is used to Suspend a thread for a period of time?
- Which function of pre defined class Thread is used to check weather current thread being checked is still running?
- What is multithreaded programming?
- Which of these are types of multitasking?
- Which of these packages contain all the Java's built in exceptions?
A.
It's a process in which two different processes run simultaneously.
|
B.
It's a process in which two or more parts of same process run simultaneously.
|
C.
Its a process in which many different process are able to access same information.
|
D.
Its a process in which a single process can access information from many sources.
|