Input by the User in Java


☞Input means to provide a data to a computer for processing.

☞We can provide data at runtime.

☞Following ways can be used to enter data for processing. You can use any of the way in your program.

1.Scanner Class
2.InputStreamReader Class