Can someone suggest a good book/tutorial to understand Java NIO from the operating system perspective (in comparison with java.io?)
+2
A:
- Java.nio vs Java.io: http://blogs.oracle.com/slc/2009/06/javanio_vs_javaio.html
- Thousands of Threads and Blocking I/O: http://www.mailinator.com/tymaPaulMultithreaded.pdf
The MYYN
2010-08-30 11:01:44
+1
A:
To start with check:
http://tutorials.jenkov.com/java-nio/index.html
http://java.sun.com/developer/technicalArticles/releases/nio/
https://www.ibm.com/developerworks/java/tutorials/j-nio/section2.html
YoK
2010-08-30 11:02:54
+1
A:
All other answers are good, just like to point out the classic book : Thinking in Java, has one of the best I/O part in all Java books I came across so far, definitely worth your time to read :) Just BTW, you can download for free from : here
Michael Mao
2010-08-30 11:10:34
A:
http://www.telekinesis.com.au/wipv3_6/FundamentalNetworkingInJava.A21.
Disclaimer: I wrote it.
EJP
2010-10-29 02:57:52