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:
- Using Method Arguments
- Using InputStreamReader Class
- Using Command Line Arguments
- Using Scanner Class
Answered By
2 Likes