🆕 Implementing equals(Object) with instanceof Pattern Matching
//www.javacodegeeks.com/2021/04/implementing-equalsobject-with-instanceof-pattern-matching.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/04/implementing-equalsobject-with-instanceof-pattern-matching.html
➡️ @JavaLearnZone
Java Code Geeks
Implementing equals(Object) with instanceof Pattern Matching | Java Code Geeks - 2021
Interested to learn about Pattern Matching? Check our article explaining how to Implement equals(Object) with instanceof Pattern Matching.
🆕 Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way
//www.javacodegeeks.com/2021/04/batch-solving-an-activemq-queue-that-contains-planning-problem-data-sets-in-a-scalable-way.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/04/batch-solving-an-activemq-queue-that-contains-planning-problem-data-sets-in-a-scalable-way.html
➡️ @JavaLearnZone
Java Code Geeks
Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way | Java Code Geeks - 2021
Interested to learn about data sets? Check our article explaining how to use a transactional ActiveMQ queue in front of a set of stateless OptaPlanner pods
📁 Working with Lazy Element Collections in JPA
https://www.baeldung.com/java-jpa-lazy-collections
➡️ @JavaLearnZone
https://www.baeldung.com/java-jpa-lazy-collections
➡️ @JavaLearnZone
Baeldung
Working with Lazy Element Collections in JPA | Baeldung
Learn how to work with lazy collection in JPA.
📁 Getting the Week Number From Any Date
https://www.baeldung.com/java-get-week-number
➡️ @JavaLearnZone
https://www.baeldung.com/java-get-week-number
➡️ @JavaLearnZone
Baeldung
Getting the Week Number From Any Date | Baeldung
Learn how to get the week number for a given date in Java.
📁 Keeping the Caller Busy
//www.javacodegeeks.com/2020/09/keeping-the-caller-busy.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2020/09/keeping-the-caller-busy.html
➡️ @JavaLearnZone
Java Code Geeks
Keeping the Caller Busy | Java Code Geeks - 2021
There are ways we could refactor the displayCart function, but consider a second what the caller is doing each time it wants to use the function. Consider
📁 Java 8 Collectors API Tutorial With Real Time Examples
//www.javacodegeeks.com/2020/09/java-8-collectors-api-tutorial-with-real-time-examples.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2020/09/java-8-collectors-api-tutorial-with-real-time-examples.html
➡️ @JavaLearnZone
Java Code Geeks
Java 8 Collectors API Tutorial With Real Time Examples - Java Code Geeks
Interested to learn about Java 8 Collectors? Check our article presenting a quick practical guide to Java 8's Collectors api.
🆕 Project reactor and Caching with Caffeine
//www.javacodegeeks.com/2021/04/project-reactor-and-caching-with-caffeine.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/04/project-reactor-and-caching-with-caffeine.html
➡️ @JavaLearnZone
Java Code Geeks
Project reactor and Caching with Caffeine | Java Code Geeks - 2021
Interested to learn about Caffeine? Check our article explaining about Project reactor and Caching with Caffeine.