0 votes
in JAVA by
What is the primary objective of the Java 8 release?

a) Improved Security Features

b) Improved Performance

c) Functional Programming

d) Improved Collection Libraries

1 Answer

0 votes
by

Answer: c) Functional Programming.

Explanation: Java 8 introduced new features and APIs to support functional programming, such as lambda expressions and streams.

...