June 2025
Intermediate to advanced
1129 pages
53h
English
“What we need is some crazy people;look where the normal ones have taken us.”—George Bernard Shaw (1856–1950)
In this chapter you’ll learn about the Java class library.
A programming language consists not only of a grammar, but also, as in the case of Java, of a programming library. A platform-independent language—as many imagine C or C++ to be—isn’t really platform independent if different functions and programming models are used on each computer, which is exactly the weak point of C(++). These algorithms, which aren’t dependent on the operating system, can be applied everywhere in the same way, but the result is realized in the end with inputs/outputs or graphical user interfaces (GUIs). ...
Read now
Unlock full access