Interfaces And Abstract Classes - Study Mode
[#166] Which of these method can set the out stream to OutputStream?
Correct Answer
(C) setOut()
[#167] Which of the following constant are defined in Boolean wrapper?
Correct Answer
(D) All of the mentioned
[#168] Which of these type parameters is used for a generic class to return and accept any type of object?
Correct Answer
(C) T
[#169] What is the range of numbers returned by Math.random() method?
Correct Answer
(D) 0.0 to 1.0
[#170] Which of these methods loads the specified dynamic library?
Correct Answer
(A) load()