-
Here is a non-exhaustive list of fundamental Java8 questions that tests Java8 FP/Declarative style coding. Some of them are one-liners, and they can be solved with pre-Java8 syntax as well, but the idea is to solve it with Java8...
-
Pre-read: https://12factor.net/ Excerpt from Wikipedia The Twelve-Factor App methodology is a methodology for building software-as-a-service applications. These best practices are designed to enable applications to be built with portability and resilience when deployed to the web Following the 12-Factor...
-
final in Java
Wednesday, 1 May, 2024 23:46 IST
final is a keyword in Java. final can be applied to variable, method, and class. In simple English final in java means, once a variable is assigned a value, it cannot be reassigned with another value. Note that final...
-
Initialization is the 3rd Step in ClassLoading Process. Initialization step happens in 2 steps. Class Initialization: First, all the static members(static variables, static initialization blocks, and static methods) are initialized ONLY ONCE Instance Initialization: Instance members(instance variables, instance initialization...
-
Fav Music Tracks
Friday, 22 December, 2023 20:50 IST
Although I am not sure of the exact year, sometime between 2010-2012, while surfing the internet I discovered https://chillstep.info and it’s one of the best online music stations. This page has some of my favorite filtered tracks from it...