Which of the following is not introduced with Java 8?
(a) Stream API
(b) Serialization
(c) Spliterator
(d) Lambda Expression
This question was addressed to me at a job interview.
My question is taken from Java 8 Features topic in section Autoboxing & Miscellaneous of Java