KnowledgeBoat Logo

Computer Science

What are the different ways to input the values in a Java Programming? Name them

Input in Java

2 Likes

Answer

Different ways to input the values in a Java Program are:

  1. Using Method Arguments
  2. Using InputStreamReader Class
  3. Using Command Line Arguments
  4. Using Scanner Class

Answered By

2 Likes


Related Questions