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 are the types of sockets in java?
Difference between vector and arraylist.
How long will it take to learn java?
What is the purpose of encapsulation?
What is difference between next () and nextline () in java?
List two java ide’s?
How will you load a specific locale?
What is jagged array in java?
What is the need of transient variables in Java ?
Explain about complier design(phases)
Write a program based on Java script program.
Is java good for beginners?
What is the purpose of skeleton and stub?
What is the difference between pass by reference and pass by pointer?
What does @override mean?