The Java Class Library is a set of dynamically loadable libraries that Java applications can call at runtime. Because the Java Platform is not dependent on any specific operating system, applications cannot rely on any of the existing libraries. Instead, the Java Platform provides a comprehensive set of standard class libraries, containing much of the same reusable functions commonly found in modern operating systems.
| Property | Value |
| p:abstract
| - The Java Class Library is a set of dynamically loadable libraries that Java applications can call at runtime. Because the Java Platform is not dependent on any specific operating system, applications cannot rely on any of the existing libraries. Instead, the Java Platform provides a comprehensive set of standard class libraries, containing much of the same reusable functions commonly found in modern operating systems.
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.
* 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. (en)
- Le Java Class Library (JCL) est une bibliothèque standard du langage Java, qui contient un ensemble de bibliothèques logicielles chargées dynamiquement
Le JCL a plusieurs buts :
* Comme les bibliothèques standard des autres langages, il fournit aux programmeurs un ensemble de fonctions bien connues, (par exemple les expressions régulières)
* En supplément, les bibliothèques de classe fournissent une interface abstraite pour des tâches qui dépendraient normalementétroitement du matériel et du système d'exploitation (fr)
|
| p:hasPhotoCollection
| |
| p:package
| - java.applet (en)
- java.awt (en)
- java.awt.image (en)
- java.beans (en)
- java.io (en)
- java.lang (en)
- java.math (en)
- java.net (en)
- java.nio (en)
- java.sql (en)
- java.text (en)
- javax.imageio (en)
- javax.script (en)
- javax.swing (en)
|
| p:reference
| |
| p:seeAlsoProperty
| - Free Java implementations (en)
- OpenJDK (en)
|
| p:wikiPageUsesTemplate
| |
| p:wikipage-fr
| |
| rdf:type
| |
| rdfs:comment
| - The Java Class Library is a set of dynamically loadable libraries that Java applications can call at runtime. Because the Java Platform is not dependent on any specific operating system, applications cannot rely on any of the existing libraries. Instead, the Java Platform provides a comprehensive set of standard class libraries, containing much of the same reusable functions commonly found in modern operating systems. (en)
- Le Java Class Library (JCL) est une bibliothèque standard du langage Java, qui contient un ensemble de bibliothèques logicielles chargées dynamiquement (fr)
|
| rdfs:label
| - Java Class Library (en)
- Java Class Library (fr)
|
| skos:subject
| |
| foaf:depiction
| |
| foaf:img
| |
| foaf:page
| |
| owl:sameAs
| |