Content deleted Content added
corrected typo of 'correctness' |
→Real Time System?: more accurate. |
||
Line 2:
==Real Time System?==
* Java does not support a strict priority based threading model. Early suggestions that it support such a model were abandoned because they could not be easily implemented on the target [[Microsoft Windows|Windows]] and [[Solaris Operating Environment|Solaris]] platforms.
* Still, there is only one synchronization primitive available for [[Lock (software engineering)]], the [[Monitor (synchronization)]] pattern, meaning that only code sections can be guarded, not data.
|