Course Overview
Java io Tutorials:
Java IO is an API that comes with Java which is targeted at reading and writing data (input and output). Most applications need to process some input and produce some output based on that input.
In this training, we will begin by learning how to work around Java io, explanation of various class and subclasses.
Through this course you shall be learning about;
- What is java i/o?
- What is java Streams?
- Which are the main four categories of java i/o classes in io package?
- Explanation of the Reader class and its related subclasses.
- Explanation of the Writer class and its related subclasses.
- Description of the Input Stream class and its related subclasses.
- Description of the Output stream class and its related subclasses.
- Explanation of the File class and its related subclasses.
- Explanation of the Random Access File class and its related subclasses.
Target Customers:
- Web developers
- Web designers
- Students
Pre-Requisites:
- Understanding of PHP
- HTML and CSS (would be required when modifying website source html files)
- Basics of Java programming