filmov
tv
Java Coding Example-Part1: Scanner Class
Показать описание
We are starting a series of videos to illustrate some important and basic coding example in Java. These videos will cover all basics and important programming question which is very useful for learning as well as interview. This is first instalment of this series. This explains all about scanner class and its uses.
when user want to give their own input, we will use this class. There are various methods to read values provided by users
Foe example: for integer values method is nextInt(); for String values method is next(); so on...
when user want to give their own input, we will use this class. There are various methods to read values provided by users
Foe example: for integer values method is nextInt(); for String values method is next(); so on...