Which of the following statements are true?
1.)Java uses a time-slicing scheduling system to determine which thread to execute.
2.)Java uses a pre-emptive, co–operative system to determine which thread will execute.
3.)The scheduling in Java is platform dependent, hence it will vary from one implementation to another.
4.)To determine which thread has to execute set the priority code of the thread.
1 & 2
2 & 3
3 & 4
1, 3 & 4
All of the above
None of the above
1.)Java uses a time-slicing scheduling system to determine which thread to execute.
2.)Java uses a pre-emptive, co–operative system to determine which thread will execute.
3.)The scheduling in Java is platform dependent, hence it will vary from one implementation to another.
4.)To determine which thread has to execute set the priority code of the thread.
1 & 2
2 & 3
3 & 4
1, 3 & 4
All of the above
None of the above
Comment