how can i take the inputs from users in java program?
Answer Posted / priyanka
int a;
a=Integer.parseInt(cin.readLine());
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the difference between iterator and enumeration ?
What is e in java?
What is heterogeneous in java?
What is the requirement of thread in java?
Where import statement is used in a java program?
Can you give few examples of final classes defined in java api?
Does a class inherit the constructors of its superclass in java programming?
What is the use of using enum to declare a constant?
Explain super keyword in java.
What is keyword and identifier?
Why is stringbuffer thread safe?
Does substring create a new object?
Explain restrictions on using enum?
Explain the difference between an Interface and an Abstract class?
what is predefined function in java?