Multiple Choice
Which of these is used to read a string from the input stream?
A) get()
B) getLine()
C) read()
D) readLine()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of these class is used to
Q2: Which of these methods can be used
Q3: Runnable is a<br>A)Class<br>B)Method<br>C)Variable<br>D)Interface
Q4: Which of these interface is implemented to
Q5: A single try block must be followed
Q7: Which of these method of Thread class
Q8: Which of these classes are used by
Q9: Which of these method waits for the
Q10: Which class is the super class of
Q11: Which exception is thrown by read() method?<br>A)IOException<br>B)InterruptedException<br>C)SystemException<br>D)SystemInputException