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 |
What is meant by attribute?
What are the three parts of a lambda expression? What is the type of lambda expression?
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
What is %d in printf?
What are decalarations?
Can I create any Marker Interface? If yes then how can I use it???
Can a class be defined inside an interface?
What is the mapping mechanism used by java to identify IDL language?
What is Ideal Design of Class?
What are byte codes?
Is singleton thread safe in java?
What are the latest versions in JAVA related areas?