Java Platform: Difference between revisions

Content deleted Content added
add Java Platform SUn's Image (under fair use, see image infos)
Line 26:
The Java class libraries serve three purposes within the Java Platform. Like other standard code libraries, they provide the programmer a well-known set of functions to perform common tasks, such as maintaining lists of items or performing complex string parsing. In addition, the class libraries provide an abstract interface to tasks that would normally depend heavily on the hardware and operating system. Tasks such as network access and file access are often heavily dependent on the native capabilities of the platform. The Java java.net and java.io libraries implement the required native code internally, then provide a standard interface for the Java applications to perform those tasks. Finally, some underlying platforms may not support all of the features a Java application expects. In these cases, the class libraries can either emulate those features using whatever is available, or provide a consistent way to check for the presence of a specific feature.
 
Currently the class libraries included in the [[JRE]] are still proprietary software. There is an ongoing project of the [[Free Software Foundation]] for writing a compatible free set of libraries. It is called [[GNU Classpath]]. On [[November 13]] [[2006]], Sun announced that all of the Java source code will be released entirely under the [[GNU General Public License]], by March 2007.<ref>{{cite web
| url=http://www.sun.com/smi/Press/sunflash/2006-11/sunflash.20061113.1.xml
| title=Sun Open Sources Java Platform