0 votes
in JAVA by

What happens when we call two threads that have the same priority to process simultaneously?

1) Both of the threads will be simultaneouslyexecuted

2) Any one of the threads can be executed first lexicographically

3) Itdepends on the OS

4) There will be no execution of threads

1 Answer

0 votes
by

3) Itdepends on the OS

Related questions

0 votes
asked Apr 9, 2021 in JAVA by Robindeniel
0 votes
asked Jun 30, 2022 in JAVA by sharadyadav1986
...