Oracle java 10 oracle a comprehensive and fully integrated stack of cloud applications, platform services and engineered systems. With more than 420,000 customers in more than 145 countries, Oracle provides a complete technology stack both in the cloud and in the data center. Forbes BrandVoice ® allows marketers to connect directly with the Forbes audience by enabling them to create content — and participate in the conversation — on the Forbes digital publishing platform. Each BrandVoice is produced by the marketer. Learn more aboutor contact us at. Opinions expressed by Forbes BrandVoice Contributors are their own. With its faster release cadence, Java is poised to provide developers with innovations twice every year, making the language and platform more attractive and competitive. Instead of waiting for a huge omnibus release, the Java community can choose to include new features as soon as those features are ready, in the next six-month Java release train. Java 10 is the first release on the new six-month schedule, and it builds incrementally on the significant new functionality that appeared in Java 9, which had a multiyear gestation period. Local Variable-Type Inference Local variable-type inference reduces some of the overhead required to use variables whose scope only includes a single Java module. As a design principle, Java requires all variables to be explicitly typed—that is, the programmer must state, very clearly, the type of data that will be contained by a variable. This ensures that every module or class that uses the variable interprets its contents the same way. However, there can be many more variables used strictly internally within a single module, such as loop iterators, or variables containing intermediate values within a complex calculation. Explicitly typing such variables is not only time-consuming, but could potentially lead to human error by the programmer. With local variable-type Inference, the programmer simply initiates the variable using special syntax, and the Java compiler then infers the type from context. Less coding plus fewer errors equal happy developers. The benefit: Minimal impact on applications—and java 10 oracle users. As the first of the semiannual Java releases, Java 10 includes a dozen features that build upon the major work done in Java 9. Alan Zeichick is principal analyst at Camden Associates, a tech consultancy in Phoenix, Arizona, java 10 oracle in software development, enterprise networking and cybersecurity.