July 2020
Beginner to intermediate
860 pages
17h 6m
English
Chapters 12 and 13 introduced you to Java’s classic I/O APIs. Chapter 12 presented classic I/O in terms of java.io’s File, RandomAccessFile, stream, and writer/reader types. Chapter 13 presented classic I/O in terms of java.net’s socket and URL types.
Modern operating systems offer powerful I/O features that are not supported by Java’s classic I/O APIs. Features include memory-mapped file I/O (the ability to map part of a process (executing application)’s virtual memory (see http://en.wikipedia.org/wiki/Virtual_memory ...
Read now
Unlock full access