Khatantuul Batboldint -> byte Java typecasting you probably didn’t knowWe all know that Java is a strictly typed language. Like some kind of Southern detective in a mystery game, we have to tell the world, “I…Nov 6
Full Stack DeveloperDiamonds Aren’t a Developer’s Best Friend: Tackling the Diamond Problem in JavaEverybody has faced this at some point in their career.Jul 16
Ujjawal RohraDifference between interface and @interface in JavaWhile learning Java programming, you will come across two concepts with similar names but distinct meanings: interface and @interface.Oct 29Oct 29
Full Stack DeveloperJava 18 Feature — Simple Web ServerSpringboot application comes with Embedded Servers, but with this Java feature, a lightweight server is ready to use for quick tasks. Let’s…Aug 28Aug 28
Khatantuul Batboldint -> byte Java typecasting you probably didn’t knowWe all know that Java is a strictly typed language. Like some kind of Southern detective in a mystery game, we have to tell the world, “I…Nov 6
Full Stack DeveloperDiamonds Aren’t a Developer’s Best Friend: Tackling the Diamond Problem in JavaEverybody has faced this at some point in their career.Jul 16
Ujjawal RohraDifference between interface and @interface in JavaWhile learning Java programming, you will come across two concepts with similar names but distinct meanings: interface and @interface.Oct 29
Full Stack DeveloperJava 18 Feature — Simple Web ServerSpringboot application comes with Embedded Servers, but with this Java feature, a lightweight server is ready to use for quick tasks. Let’s…Aug 28
Full Stack DeveloperHidden Classes: Java’s Best-Kept Bytecode Secret Revealed!Java 15 introduced Hidden Classes. It can be used for Bytecode manipulation!!! Let’s see if we can use this feature somewhere?Aug 25
LucasluizcontactJava Records when to use it ?Definition: java records it´s a special type of class desgined for represent immutable data objects simplifing the code for modeling in…Sep 18
Full Stack DeveloperComplete Guide to Logback Configuration in Spring BootLogback-spring.xml — every line explained with sample logback for your java project.Aug 20