Yurttas/PL/OOL/Java/F/06/01/index page

Revision as of 14:12, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "{| width="100%" cellpadding="4" | class="y01" | <span class="b10"> java programming language fundamentals </span> | class="y01" | <div class="right"><span class="h06b"> <sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
java programming language fundamentals
6. io

io - Streams -

[ java.io.* ] - (Provides for system input and output through data streams, serialization and the file system. )

Package java.io Description

Provides for system input and output through data streams, serialization and the file system. Unless otherwise noted, passing a null argument to a constructor or method in any class or interface in this package will cause a NullPointerException to be thrown.

Hierarchy For Package [ java.io.* ]

>>


ui << | >> concurrency


Dr. Salih Yurttas