February 2022
Intermediate to advanced
619 pages
11h 12m
English
Today, writing an application that does not communicate over the Internet in some fashion is rare. From sending data to another machine to scraping information off remote web pages, networking plays an integral part in today’s computing world. Java makes it easy to communicate over a network using the new I/O (NIO) and many I/O features for the Java platform (NIO.2) APIs. This chapter does not attempt to cover every networking feature that is part of the Java language, as the topic ...
Read now
Unlock full access