Real-time Java: Difference between revisions

Content deleted Content added
revert
Bluebot (talk | contribs)
formatting headings per the MOS
Line 1:
'''Real time Java''' is a catch-all term for a combination of technologies that allows programmers to write [[program|programs]]s that meet the demands of [[Real time]] [[systems]] in the [[Java programming language]].
 
Java's sophisticated [[memory management]], native support for [[Thread (computer science)|threading]] and concurrency, [[type safety]], and relative simplicity have created a demand for its use in many domains. Unfortunately, several properties prevent it from being directly suitable for use in [[Real time]] systems:
Line 17:
*[[Javolution]] - Real-Time Java Library ([[open-source]])
 
==External Linkslinks==
 
* [http://java.sun.com/javase/technologies/realtime.jsp Sun Java SE Real-Time System]