MCQOPTIONS
Saved Bookmarks
| 1. |
Which method in thread class causes the currently executing thread object to temporarily pause and allow other threads to execute? |
| A. | public boolean isAlive() |
| B. | public int getId() |
| C. | public void yield() |
| D. | public boolean isDaemon() |
| Answer» D. public boolean isDaemon() | |