From C to Java: an introduction to Java for C programmers

(Continued from our introduction to Java for C programmers.)

The Java class libraries

The C language in its most basic form is quite a "bare" entity: comprising the language itself plus a few standard libraries such as stdio for the given platform. Other libraries such as graphics libraries must either be hand-written or picked from a range of possibilities to suit the target platform in question.

Java, on the other hand, is generally bound to a fairly rich standard platform of class libraries for handling areas such as the following:

This rich set of libraries is linked to the Java deployment model.


If you enjoy this Java programming article, please share with friends and colleagues. Follow the author on Twitter for the latest news and rants.

Editorial page content written by Neil Coffey. Copyright © Javamex UK 2021. All rights reserved.