Javascript 1.0 is wrtteen in which language
Answers
Answered by
0
After the successful release of JDK 9, we can already look forward, andplay around with early access releases of JDK 10.The list of JEPs currently targeted for JDK 10 is quite manageable so far.JEP 286is probably the most exciting one for most Java developers: Local variable type inference (which we’ve blogged about before). You can read the JEP yourself, or just go get the early access release and play around with it.One of the nice things about this new feature is the fact that we now get access to non-denotable types that were previously rather clumsy to workwith
Similar questions