Non-Blocking I/O Made Possible in Java

Posted on Internet.com See other posts from Internet.com
Published on Thu, 01 Oct 2009 04:00:00 +010 Indexed on 2010/03/07 23:13 UTC
Read the original article Hit count: 695

Filed under:
Java SE7 "Dolphin" release is nearing and we're chomping at the bit. So let's dig in and review non-blocking IO, a feature of java.nio (New I/O) package that is a part of Java v1.4, v1.5 and v1.6 and we'll also take a peek at the java.nio.file (NIO.2) package.

© Internet.com or respective owner

Non-Blocking I/O Made Possible in Java

Posted on Internet.com See other posts from Internet.com
Published on Thu, 01 Oct 2009 04:00:00 +010 Indexed on 2010/03/07 23:14 UTC
Read the original article Hit count: 695

Filed under:
Java SE7 "Dolphin" release is nearing and we're chomping at the bit. So let's dig in and review non-blocking IO, a feature of java.nio (New I/O) package that is a part of Java v1.4, v1.5 and v1.6 and we'll also take a peek at the java.nio.file (NIO.2) package.

© Internet.com or respective owner