Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not introduced with Java 8?
    1. Lambda Expression
    2. Spliterator
    3. Serialization
    4. Stream API
    5. None of these
Correct Option: C

Serialization is not introduced with Java 8. It was introduced with an earlier version of Java.



Your comments will be displayed only after manual approval.