Talk:Non-blocking I/O (Java): Difference between revisions

Content deleted Content added
m Doug Bell moved page Talk:New I/O (Java) to Talk:Non-blocking I/O (Java) over redirect: New I/O is not what nio means
Vancinad (talk | contribs)
"NIO" is "New", not "Non-Blocking"
Line 51:
 
File I/O (featuring NIO 2.0) in the Java Tutorials; NIO stands for non-blocking I/O <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/91.219.115.2|91.219.115.2]] ([[User talk:91.219.115.2|talk]]) 05:59, 6 April 2014 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
 
== "NIO" is "New", not "Non-Blocking" ==
 
According to the 1.5 release notes<ref>https://docs.oracle.com/javase/1.5.0/docs/guide/nio/</ref>, NIO stands for "New IO": ''"The new I/O (NIO) APIs introduced in v 1.4..."''
 
Suggesting that it stands for non-blocking IO is misleading to new Java developers, in that it suggests these are special IO APIs for special circumstances. In fact they're just "new", and since they're in many ways more convenient, identifying them as "new" will lead developers to more readily explore them. The "non-blocking" terminology should be removed.
[[User:Vancinad|Vancinad]] ([[User talk:Vancinad|talk]]) 23:37, 8 February 2022 (UTC)