Concurrency and Multithreading – Java advanced (OCP)
Last update November 29, 2024 Every Java program running has at least one thread, “main”, automatically created by the JVM.…
A software engineer's journey
Last update November 29, 2024 Every Java program running has at least one thread, “main”, automatically created by the JVM.…
Last update December 18, 2024 It’s sometimes taboo to say it out loud, but we’re all doing our job for…
Last update November 29, 2024 JDBC is a database neutral Java API in the java.sql package that allows connectivity and…
Last update January 9, 2025 Possibility to organize a projects in modules appeared in Java 9. In this post, we’ll…
Last update November 29, 2024 Functional Programming (FP) is a programming paradigm, as OOP is. Java can make use of…
Last update November 29, 2024 A nested class is a class written inside another, in order to prevent outside classes…
Last update November 29, 2024 This article is probably to be read together with the one on methods in Java…
Last update November 30, 2024 Certification and technical interviews will check if you know your OOP principles and can apply…