The Artima Developer Community
Sponsored Link

Java Buzz Forum
OpenJDK plan would make Java coding easier

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
OpenJDK plan would make Java coding easier Posted: Mar 15, 2016 5:54 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: OpenJDK plan would make Java coding easier
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From JavaWorld

Advertisement

A new plan proposed for OpenJDK would give Java a local-variable type inference capability so that it's easier to write code while continuing with static type safety.

The measure was proposed earlier this month in JEP (JDK Enhancement Proposal (JEP) 286. Documentation currently does not cite a version of Java where the improvement would be featured.

"We seek to improve the developer experience by reducing the ceremony associated with writing Java code while maintaining Java's commitment to static type safety by allowing developers to elide the often-unnecessary manifest declaration of local variable types," the proposal states. Other statically typed curly braced languages, such as C++, Scala, and Go, already support some variant of local-type inference. "Java is nearly the only popular statically typed language that has not embraced local-variable type inference," the JEP stresses. "At this point, this should no longer be a controversial feature."

To read this article in full or to leave a comment, please click here

Read: OpenJDK plan would make Java coding easier

Topic: 10 Awesome Python Tutorials to Kick-Start your Projects Previous Topic   Next Topic Topic: Remove specified element from Java LinkedHashSet example

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use