Skip to content

andbin.dev

My technical blog on software development

  • Home
  • About
  • Contact
  • Resources
andbin.dev
My technical blog on software development

Java 10

The Java language release 10

Java

The “var” syntax for local variables since Java 10

Byandbin August 9, 2022August 28, 2022

Java 10, released on March 2018, has introduced the new “var” syntax, a small but useful feature that allows you to declare local variables using the word “var” instead of specifying the type of the variable. This articles is focused on describing all the important rules about this new feature in a clear and concise…

Read More The “var” syntax for local variables since Java 10

Recent Posts

  • Spring Boot: integration of JSON binding libraries
  • Implementation of property definers with logback
  • The new features of SLF4J 2.x
  • Directory listing with the NIO.2 API
  • Comparison between ArrayList and Vector

Archives

  • January 2023
  • October 2022
  • September 2022
  • August 2022
  • July 2022

Categories

  • General
  • Java
  • Java / Spring Boot

Except where otherwise noted, all content on this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons Attribution-ShareAlike Logo

Privacy/Cookie Policy

© 2023 andbin.dev - WordPress Theme by Kadence WP

Scroll to top
  • Home
  • About
  • Contact
  • Resources