Solved

Which of the Following Statements Is False

Question 28

Multiple Choice

Which of the following statements is false?


A) Class SecureRandom's methods ints, longs and doubles (inherited from class Random) return IntStream, LongStream and DoubleStream, respectively, for streams of random numbers.
B) SecureRandom method ints with no arguments creates an IntStream for an infinite stream of random int values.
C) An infinite stream is a stream with an unknown number of elements-you use an intermediate operation to complete processing on an infinite stream.
D) SecureRandom method ints with a long argument creates an IntStream with the specified number of random int values.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions