October 2021
Beginner
596 pages
9h 56m
English
Several key (frequently and widely used) Java packages are summarized in this chapter. When practical, any equivalent Go package or function is noted. As Go and Java are not one to one in their available libraries, a full match of every Java API (method) with a Go equivalent, if it exists at all in the standard Go libraries, is impractical.
Java Standard Edition (JSE) has many bundled packages with types and methods. The available methods (aka APIs) number into the several thousands. ...