Solved

Which of the Following Statements Is False

Question 24

Multiple Choice

Which of the following statements is false?


A) IntStream methods range and rangeClosed each produce an ordered sequence of int values.
B) IntStream methods range and rangeClosed take two int arguments representing the range of values.
C) Method range produces a sequence of values from its first argument up to its second argument.
D) Method rangeClosed produces a sequence of values including both of its arguments.

Correct Answer:

verifed

Verified

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

Related Questions