Java Platform: Difference between revisions

Content deleted Content added
Line 5:
== Java Technologies ==
 
The Java platform consists of a wide array of technologies, each of which provides a distinct portion of the overall development or runtime environment. For example, end-users typically interace with the [[Java virtual machine]] and the standard set of [[Java Class Libraries]]. In addition, there are numerous ways for Java applications to be deployed, including being embedded into a web page. Lastly, developers who are creating applications for the platform use a set of development tools called the [[Java DevelopersDevelopment Kit]].
 
== Java Runtime ==