Article | REF: H3088 V1

Java language

Authors: Patrick BELLOT, Christophe MATIACHOFF

Publication date: August 10, 1998 | Lire en français

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!

Automatically translated using artificial intelligence technology (Note that only the original version is binding) > find out more.

    A  |  A

    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.

    You do not have access to this resource.

    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

    A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
    + More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
    From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

    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

    Subscribe now!

    Ongoing reading
    Java packages