How To Create Custom Annotation In Java R@jesh, 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 R@jesh, 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 R@jesh, December 15, 2022 Application Startup error: But I got ‘Syntax error in SQL statement’ on application startup: Error:… Continue Reading
Java Concurrency R@jesh, September 1, 2022January 8, 2023 In simple words, concurrency is the ability to run several programs or several parts of a program… Continue Reading
Java Streams API R@jesh, August 28, 2022January 1, 2023 A Stream in Java can be defined as a sequence of elements from a source. The source of… Continue Reading