Skip to content

letcodespeak/scanner-bufferedreader-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BufferedReader vs Scanner vs Console in Java

A project which demonstrates how BufferedReader, Scanner, and Console classes are being used in command line based application.

How to run

Clone the project, go to the project folder and run the following command to use the Console class:

mvn spring-boot:run -Dspring-boot.run.arguments=--InputClass=Console

Run the following command to use the BufferedReader class:

mvn spring-boot:run -Dspring-boot.run.arguments=--InputClass=BufferedReader

Run the following command to use the Scanner class:

mvn spring-boot:run -Dspring-boot.run.arguments=--InputClass=Scanner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages