About Question com.enthuware.ets.scjp.v6.2.801 :
Posted: Mon Jan 17, 2011 1:53 pm
Identify correct statements about java.io.Console class?
"You can read as well as write only character data from/to it." -- is selected as the correct answer.
for the readLine method, the API states:
"Returns:
A string containing the line read from the console, not including any line-termination characters, or null if an end of stream has been reached.
So when you say
Thank you
Gary
"You can read as well as write only character data from/to it." -- is selected as the correct answer.
for the readLine method, the API states:
"Returns:
A string containing the line read from the console, not including any line-termination characters, or null if an end of stream has been reached.
So when you say
, are you referring to characters that make up a String?only character data
Thank you
Gary