Today I learnt: Interesting Things in Java 11

I came across a fascinating Java talk on youtube by Devoxx 2022 Hanno Embregts. This article is about a few java snippets I encountered. The purpose of today’s TIL is to have a list of interesting things we could do in Java and not deep dive into each concept. Today’s TIL : Crazy things to do with Java 11+ Initializing Array and var keywordPermalink Having the var keyword in a statically typed language such as Java was fascinating in itself(an article on this in the future :)....

November 20, 2022 · 3 min · 473 words · Shweta Kadam