Computer Applications

What are the three ways to input the values in a Java Programming?

Input in Java

32 Likes

Answer

Three ways to input the values in Java Programming are:

  1. Using InputStreamReader class.
  2. Using Scanner class.
  3. Using Command Line Arguments.

Answered By

19 Likes


Related Questions