MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Java knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
main |
| A. | Thread |
| B. | New Thread |
| C. | Thread[New Thread,5,main]. |
| Answer» D. | |
| 2. |
Which function of pre defined class Thread is used to check weather current thread being checked is still running? |
| A. | isAlive() |
| B. | Join() |
| C. | isRunning() |
| D. | Alive() |
| Answer» B. Join() | |