Skip to content

andbin.dev

My technical blog on software development

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

Month: August 2022

Java

The “var” syntax for local variables since Java 10

Byandbin August 9, 2022March 9, 2023

Java 10, released on March 2018, has introduced the new “var” syntax. This small but helpful feature allows you to declare local variables using the word “var” instead of specifying the variable type. This article is focused on describing all the essential rules about this new feature clearly and concisely.

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

Recent Posts

  • Spring Boot: configuring the Actuator “info” endpoint
  • Drawing a heart shape with the Java 2D API
  • Spring Boot: implementing a startup failure analyzer
  • Spring Boot: integration of JSON binding libraries
  • Implementation of property definers with logback

Archives

  • March 2023
  • February 2023
  • 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