Which of the following are true
1) Java uses a time-slicing scheduling system for determining which Thread will execute
2) Java uses a pre-emptive, co-operative system for determining which Thread will execute
3) Java scheduling is platform dependent and may vary from one implementation to another
4) You can set the priority of a Thread in code
Choices:
Java uses a time-slicing scheduling system for determining which Thread will execute (0 votes)
Java uses a pre-emptive, co-operative system for determining which Thread will execute (0 votes)
Java scheduling is platform dependent and may vary from one implementation to another (1 vote)
You can set the priority of a Thread in code (1 vote)