2. Java packages
Java comes with a rich set of classes grouped by domain in different packages. This de facto standardization of many classes should avoid the problems encountered with C++, where each compiler editor has developed its own classes, making it difficult to recompile a C++ source program in a development environment different from the original one. The wide variety of classes offered in Java packages makes programming complex applications quick and easy. In this section, we give a brief overview of what's available.
2.1 The java.lang package
The java.lang package contains the basic Java classes: Object, String, Math, Thread, etc. The import directive java.lang.* ; is implicit.
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Java packages
References
Websites
Microsoft, Visual J# http://msdn.microsoft.com/vjsharp
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference