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 use of a abstract variable?
What is file in java?
What is annotation in java?
What is java dot?
How do you sing an Applet ?
What is mean by collections in java?
Can we catch more than one exception in a single catch block?
what is abstract class in Java?
Why is it important to initialize a variable?
Differentiate between a class and an object.
Difference between object and reference?
What is javac used for?
How do you create a first line indent?
What is the output of the below java program?
Can a main method be declared final?