how can i take the inputs from users in java program?
Answer Posted / dilshad
there r 2 ways to give the input ,
one is from command-line argument at run time.......
and the another one is to use readLine method of
DataInputStream class.............
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What is args length in java?
What are "methods" and "fields"?
What is the do while loop syntax?
What is the use of bufferedreader?
What is the set interface in java programming?
What is the similarity between dynamic binding and linking?
What is difference between static and abstract class?
How does thread synchronization occurs inside a monitor?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Are there structures in java?
What is the difference between == and === javascript?
What is java reflection?
What flag up means?
What is member in java?
Can we have this () and super () together?