filmov
tv
Java Practice Examples - Module 6-5 Reading Strings from the Console

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
-- Video Description --
While this might seem like a bit more work than normal, it is easier in the long run, as you will work with all text data in a nearly identical manner regardless of the data source.
We'll also work with exceptions so we know how to handle any potential issues we might run into with reading our data.
-- Video Chapters --
00:00 - Introduction
00:36 - The complexity of reading from the console
00:59 - Creating a Buffered Reader
01:19 - Importing Needed Java Packages
01:38 - Initializing our Buffered Reader
02:52 - Reading from the Buffered Reader
03:15 - Dealing with a Checked Exception