Java Strict vs. Lenient Date Parsing: What You Need to KnowImagine a scenario where you added a date validator. It correctly rejects integer inputs by throwing an exception, but it still accepts…Feb 211Feb 211
Building Your Simple ChatBot API with Java Spring AISpring AI was introduced in Spring Framework 6.0 and Spring Boot 3.0Feb 27Feb 27
Efficient and Immutable: How Java Records Enhance Your CodeIn Java, a record is a special kind of abstract class available since Java 16.Dec 16, 20243Dec 16, 20243
Developing REST APIs with Modern Java TechnologiesUsing Spring Initializr, we choose latest of spring and java 22. Added three dependencies: Spring Web, Spring Data JPA, H2 Database.Sep 2, 20242Sep 2, 20242
Matches/Contains of String classComparing the input string using the Matches function and the contains function of the String class.Oct 5, 20232Oct 5, 20232
Java: Why 1 == 1 is true, but 128 == 128 is false.This post shares an observation on Integer Comparisons in Java that I noticed during one coding session.Jul 15, 20231Jul 15, 20231
Components Interaction In Angular: Input And Output DecoratorsCreate a new projectJan 29, 20232Jan 29, 20232
Dynamic Forms From Metadata JSONTo generate the forms in an application in an faster and easier way, we use dynamic forms.Jan 23, 20232Jan 23, 20232
How a set in java knows about the duplicate entry?A set is an unordered collection of objects(data) in which duplicate values cannot be stored.Mar 17, 20211Mar 17, 20211
Puzzle on sum of natural numbersHow to find a missing number in first 100 natural numbers? How do you find the missing number in a given integer array of 1 to 100?Apr 11, 20201Apr 11, 20201