Saturday, April 27, 2019

Which of the following is not the java 8 features?

Problem statement:
which of the following is not java 8 features?
  1. Stream API
  2. Lambda expression
  3. Serialization
  4. Spliterator
  5. Optional class
  6. Functional interfaces
Output: Serialization, it is not a feature of java 8

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...