Title: E-learning-Java Complete Course-Programming fundamental in Java-Lesson 39-I/O Stream-Part-1 (classes used for basic I/O)
Duration: 11.31 minutes
Summary: This lesson covers the Java platform classes used for basic I/O. It first focuses on I/O Streams, a powerful concept that greatly simplifies I/O operations. The lesson also looks at serialization, which lets a program write whole objects out to streams and read them back again. Then the lesson looks at file I/O and file system operations, including random access files. Most of the classes covered in the I/O Streams section are in the java.io package
Methodology of the development of example: What is I/O stream and what is type’s type stream existing java.IO package.
Technology Used:JAVA.
Keywords: JAVA, Java Virtual Machine, JDK 1.6, I/O Stream.