Home » JAVA Programming » Java Basic » Question
  1. What are the two types of Streams offered by java 8?
    1. random and synchronized
    2. parallel and random
    3. sequential and parallel
    4. sequential and random
    5. None of these
Correct Option: C

Sequential stream and parallel stream are two types of stream provided by java.



Your comments will be displayed only after manual approval.