hi,
i am new to java.. i am trying to accept a user input
say Name (similar to inputbox in visual basic .. but no
GUI here..)..
What library should i use ?
i saw java.io.readFully .. Is it the one i have to use?
Please clarify..
thank
sarath
Use the Dos Shell as "standard input" to read a line terminated by a carriage return.
The string array "args" in "main(String[] args)" is technically your command line if you only needed the command string that started your java application.