Java / Package
Difference between Java IO and NIO packages.
IO. | NIO. |
Stream oriented. | Buffer oriented. |
Blocking IO. | Non blocking IO. |
No Selectors. | Selectors available. |
More Related questions...
IO. | NIO. |
Stream oriented. | Buffer oriented. |
Blocking IO. | Non blocking IO. |
No Selectors. | Selectors available. |
More Related questions...