Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 423 Vote(s) - 3.51 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What do you think about the "post-Java 8" versions?

#11
Quote:(07-20-2018, 08:31 AM)Mr.Kurd Wrote:

[To see links please register here]

I'm still using Java8, Java9 and 10 were scheduled to be just a short-term release. The upcoming JDK 11 will be a long-term support (LTS) version of Java. so will wait JDK 11.
But I like new improvement in JDK10 like:
1- You can use new non-volatile RAM.
2- Local-Variable Type Inference (var stream = list.stream(); // infers Stream<String>)
3- Application Class-Data Sharing (It allows you to reduce launch times, response time outliers, and, if you run several JVMs on the same machine, memory footprint.)
4- You can now stop an individual thread. (Can be used to establish trust in the certificate chains employed in various security protocols.)

In JDK 11:
1- Lunching a single file source: in example java hello.java (

[To see links please register here]

) it will reduce time.
2- They will remove Cobra module which is large in Size and no one using this module.
3- Supporting Unicode 9 and 10.
4-They made change to API one of changes I liked with Files class: String File.read(path)
Path File.write(path, string)

But beside that what makes me sad is the support of JDK 8 will finish by 2019/1. This forces Java Coders move to JDK 11. one more negative point which will start with JDK 11 is JavaFX will not bundled.


Sorry for being late to reply, @"mothered" wanted to read about each of them before talking about this topic, because of my education I wasn't aware of changes recently.

Those new methods in the "Files" class seem neat. Is the "var" token an actual new Java keyword?
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through