Java 10 Features - What Changed from JDK 9 : JDK 10 Changes Complete Overview in 15 Min || Techonica

preview_player
Показать описание
Java 10 Features -

Now that the Java 10 is released officially, let's see what are the enhancements and features added in this new Java Version. In this video we will cover the overview of the java 10 features. The major changes are briefed below.

Major Changes in Java 10 comparing with Java 9 are :

Parallel Full GC for G1 - The G1 garbage collector which was made default in java 9 has been optimised for full garbage collection.

Local Variable Type Inference - This gives us the Java 10 var keyword. I have created another video which gives a hands on, on where to use and where not to use java, after installing java 10 64 bit in windows 7. var in java is going to be the next big thing in java. But its just a compile time functionality for the ease of use of developers, and this does not affect the java 10 performance.

Application Class Data Sharing - Java 10 enhances the existing class data sharing functionality between multiple jvm processes

Root Certificates - Oracle is taking initiative to make the java builds same as the open jdk.

Consolidated the JDK Forest into a Single Repository
Removed the native header generation tool – javah
Heap Allocation on Alternate Memory Devices
Shorter Start up times in Jshell REPL
API for creating Unmodifiable Collections
Improved Bytecode generation for enhanced forLoop
Support for multiple stylesheets in javadoc
Clean Garbage Collector Interface
Thread-Local Handshakes

Рекомендации по теме
Комментарии
Автор

Good Overview....Detailed videos on each video would defionitely work wonders

pettedsonjohn
Автор

Be more confident and prepared on your videos. Only from your breath i can see you are anxious. Your presentation is beautiful though it can be strongly improved :)

goxrplus_studio
Автор

Has the video been cut short at some points in the video?

rohitraikar
Автор

Please explain with some examples by including pictorial represention but its excellent session

naveenkumar-nssg