What are the important features of Java 9 release?



What are the important features of Java 9 release?..

Answer / Amit Tewari

"Project Jigsaw", a new module systemnJavaFX 1.8, the latest version of Java's GUI library included by defaultnThe JShell interactive REPL (Read-Eval-Print Loop) toolnA new API for handling HTTP2 connectionsnImprovements in the Java Compiler and Garbage Collector

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is meant by attribute?

1 Answers  


What are the three parts of a lambda expression? What is the type of lambda expression?

1 Answers  


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

1 Answers  


What is %d in printf?

1 Answers  


What are decalarations?

1 Answers  


Can I create any Marker Interface? If yes then how can I use it???

4 Answers  


Can a class be defined inside an interface?

1 Answers  


What is the mapping mechanism used by java to identify IDL language?

1 Answers  


What is Ideal Design of Class?

2 Answers  


What are byte codes?

1 Answers  


Is singleton thread safe in java?

1 Answers  


What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


Categories