Jul 01 2010 05:18 PM 7112 12 readLine() Function shashikant pandit Explain readLine function in Core Java. Read Best Answer Editorial / Best Answer omkar.raj Profile Answers by omkar.raj Questions by omkar.raj Member Since Jul-2010 | Jul 8th, 2010 ReadLine() function is used to take the input from user in string format. muralidhar.9e Profile Answers by muralidhar.9e Questions by muralidhar.9e Sep 8th, 2010 Actually the readLine() method will reads the data through the bufferdReader object. It reads only one line of data through keyboard. We can't enter the multiple lines of data at runtime.This is the main functionality of the readLine() method. sailendra.n.jena Profile Answers by sailendra.n.jena Questions by sailendra.n.jena Aug 26th, 2010 It will read the data from the keyboard but line by line not character by character. Improve Answer
Jul 01 2010 05:18 PM 7112 12 readLine() Function shashikant pandit Explain readLine function in Core Java. Read Best Answer Editorial / Best Answer omkar.raj Profile Answers by omkar.raj Questions by omkar.raj Member Since Jul-2010 | Jul 8th, 2010 ReadLine() function is used to take the input from user in string format. muralidhar.9e Profile Answers by muralidhar.9e Questions by muralidhar.9e Sep 8th, 2010 Actually the readLine() method will reads the data through the bufferdReader object. It reads only one line of data through keyboard. We can't enter the multiple lines of data at runtime.This is the main functionality of the readLine() method. sailendra.n.jena Profile Answers by sailendra.n.jena Questions by sailendra.n.jena Aug 26th, 2010 It will read the data from the keyboard but line by line not character by character. Improve Answer
muralidhar.9e Profile Answers by muralidhar.9e Questions by muralidhar.9e Sep 8th, 2010 Actually the readLine() method will reads the data through the bufferdReader object. It reads only one line of data through keyboard. We can't enter the multiple lines of data at runtime.This is the main functionality of the readLine() method.
sailendra.n.jena Profile Answers by sailendra.n.jena Questions by sailendra.n.jena Aug 26th, 2010 It will read the data from the keyboard but line by line not character by character.