Multiple choice technology web technology

java.nio provides for system input and output through data streams, serialization and the file system.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The java.nio package introduces buffers, channels, and selectors for high-performance I/O operations, but traditional data streams, serialization, and file system interactions are handled primarily by the older java.io package and java.nio.file. Thus, the statement attributing these specific features directly to java.nio is generally considered false in standard curriculum contexts.