Conquering Concurrency: Pessimistic Locking in Spring Boot Author, February 13, 2024August 19, 2024 In the bustling world of multi-user applications, ensuring data integrity becomes paramount. When multiple users… Continue Reading
How to find out the differences between 2 objects in Java (2023) Author, July 21, 2023August 19, 2024 [web_stories title=”true” excerpt=”false” author=”false” date=”false” archive_link=”true” archive_link_label=”” circle_size=”150″ sharp_corners=”false” image_alignment=”left” number_of_columns=”1″ number_of_stories=”5″ order=”DESC” orderby=”post_title” view=”circles”… Continue Reading
How To Create Custom Annotation In Java Author, December 19, 2022 Create Custom Annotation: In java, creating an annotation is @interface is used to create an Annotation. public… Continue Reading
How To Kill Thread in Java Author, December 18, 2022 There is no official method to kill a thread in Java. Stopping a thread is entirely… Continue Reading
H2 Schema Initialisation Syntax Error in Sql Statement Author, December 15, 2022 Application Startup error: But I got ‘Syntax error in SQL statement’ on application startup: Error:… Continue Reading
Java 8 Concurrency (2023) Author, September 1, 2022July 25, 2023 In simple words, concurrency is the ability to run several programs or several parts of a program… Continue Reading
Java Streams API Author, August 28, 2022February 11, 2024 A Stream in Java can be defined as a sequence of elements from a source. The source of… Continue Reading