Vijay T Sveejayts.hashnode.dev·Sep 7, 2023Enhancing Java's Core: Modifying/Adding Bootstrap Classes via Xbootclasspath and patch-moduleYou can actually write the following code without the compiler going crazy! import java.util.VeejayTreeMap; The arguments that you pass to the JVM have significant meaning. You can literally add your own classes as part of the core java library and ...Discuss·37 readsJava
Alexander Nikolovalexandernikolov.tech·Jun 22, 2023Behind the Scenes: An Insight into Successful Java 11 to Java 17 Migration of multiple Spring Boot production appsIntroduction In an ever-evolving technology landscape, staying up-to-date with the latest software upgrades is a cornerstone for maintaining robust and efficient applications. Among the many tools that developers employ, Java remains a steadfast pres...Discuss·209 readsJava
Lukasz Dlookinjava.hashnode.dev·Apr 11, 2023The Pros and Cons of Java 11Pros of Java 11 Improved performance: Java 11 offers better performance in terms of startup time, throughput, and garbage collection. Enhanced security: Java 11 includes new security features, such as TLS 1.3 support and improved cryptography algor...Discuss·32 readsjava11
Tristan Mahinayblog.rjtmahinay.com·Oct 25, 2022My experience in taking OCP Java SE 11 DeveloperIntroduction As an experienced Java Developer, It was an opportunity for me to take the discounted exam (90% off) starting from February 25 to April 25 of 2021. The discounted exam was due to the Java 25th Anniversary. I ended up scoring 76% and it w...Discuss·138 readsJavajava11
Umut Cakmakumutcakmak.net·Jul 20, 2022Java - OperatörlerArkadaşlar merhaba, Bugün java operatörlerden bahsedeceğiz. Operatörler Nedir ? Operatörler bir, iki ya da üç tane girdi (operand) alan üzerinde işlem yapıp bir sonuç üreten bir semboldür. Tek işlenenlilere, tekli işlemci (unary operator) İki işle...Discuss·69 readsJava SEJava