InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is guaranteed behavior demonstrated by multithreaded programming ? * (1 Point)Threads will start running in the order in which they were started.O JVM guarantees that synchronized code will be executed by only one thread at a timeA Thread will move to Runnable state when the yield() method is invokedOnce a thread starts executing, it will keep executing until it's done |
| Answer» 3 will be ANSWER yeeeeeeeesss | |