Jump to content

Java 8


Zach

Recommended Posts

  On 4/20/2015 at 1:15 AM, AresScripts said:

What are the benifits of java 8 vs java 7?

 

Stream API / collection traversal. (I have a feeling the mirror client really could benefit from this)

Lambda expressions.

Functional interfaces.

New time API.

JavaScript engine (lel).

Etc...

 

http://www.oracle.com/technetwork/java/javase/8-whats-new-2157071.html

Edited by Botre
Link to comment
Share on other sites

  • Developer
  On 4/20/2015 at 1:18 AM, Botre said:

Stream API / collection traversal. (I have a feeling the mirror client really could benefit from this)

Lambda expressions.

Functional interfaces.

New time API.

JavaScript engine (lel).

Etc...

 

http://www.oracle.com/technetwork/java/javase/8-whats-new-2157071.html

 

Most of mirror client code is written in c++ (The 'stream' library, which serves completely different purpose than java 8's stream API)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...