how can i take the inputs from users in java program?
Answer Posted / harish189
1.DataInputStream Reader
2.BufferedInputStream Reader
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to create com object in Java?
What are the changes in java.io in java 8 ?
Why hashmap is used in java?
Variable of the boolean type is automatically initialized as?
What is the difference between throw and throws keywords?
Write a program in java to establish a connection between client and server?
Why deletion in linkedlist is fast than arraylist?
What are the basic interfaces of java collections framework?
Can we execute java program without main method?
Does sprintf add a null terminator?
How do you decide when to use arraylist and linkedlist?
Which is better singleton or static class?
How do you compare objects in java?
Which class represents the socket that both the client and server use to communicate with each other?
what is enumset?