π Apache Commons Collections MapUtils
https://www.baeldung.com/apache-commons-map-utils
β‘οΈ @JavaLearnZone
https://www.baeldung.com/apache-commons-map-utils
β‘οΈ @JavaLearnZone
Baeldung
Apache Commons Collections MapUtils | Baeldung
Learn how to use MapUtils to perform common Map operations.
π Intersection of Two Lists in Java
https://www.baeldung.com/java-lists-intersection
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-lists-intersection
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Intersection of Two Lists in Java | Baeldung
Learn how to retrieve the intersection of two Lists.
π Apache Commons Collections vs Google Guava
https://www.baeldung.com/apache-commons-collections-vs-guava
β‘οΈ @JavaLearnZone
https://www.baeldung.com/apache-commons-collections-vs-guava
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Apache Commons Collections vs Google Guava | Baeldung
Explore the functionality offered by Apache Commons and Google Guava, specifically in the area of the collections framework.
π Testing with Hoverfly and Java Part 1: Get started with Simulation Mode
//www.javacodegeeks.com/2020/08/testing-with-hoverfly-and-java-part-1-get-started-with-simulation-mode.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/08/testing-with-hoverfly-and-java-part-1-get-started-with-simulation-mode.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Testing with Hoverfly and Java Part 1: Get started with Simulation Mode | Java Code Geeks - 2021
Interested to learn about Hoverfly? Check our article explaining how you can do Testing with Hoverfly and Java.
π Developing a Simple Service with Spring Boot
//www.javacodegeeks.com/2020/09/developing-a-simple-service-with-spring-boot.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/09/developing-a-simple-service-with-spring-boot.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Developing a Simple Service with Spring Boot | Java Code Geeks - 2021
In this post, I will demonstrate how to create a simple web service using Spring Boot. This framework makes it almost effortless to develop web
π Performance Effects of Exceptions in Java
https://www.baeldung.com/java-exceptions-performance
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-exceptions-performance
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Performance Effects of Exceptions in Java | Baeldung
Java exceptions are considered expensive and shouldn't be used for flow control. This tutorial will prove that this perception is correct.
π Understanding the & 0xff Value in Java
https://www.baeldung.com/java-and-0xff
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-and-0xff
β‘οΈ @JavaLearnZone
Baeldung
Understanding the & 0xff Value in Java | Baeldung
Learn how to use the 0xff value with the bitwise AND operator in Java.
π Inline array definition in Java
//www.javacodegeeks.com/2020/10/inline-array-definition-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/inline-array-definition-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Inline array definition in Java | Java Code Geeks - 2020
There are occasion when it is more convenient to create an array inline. Here are several way to declare and initialise primitive arrays and
π Java Based Akka application Part 2: Adding tests
//www.javacodegeeks.com/2020/11/java-based-akka-application-part-2-adding-tests.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/11/java-based-akka-application-part-2-adding-tests.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java Based Akka application Part 2: Adding tests | Java Code Geeks - 2020
On the previous blog we focused on spinning up our first Akka project. Now itβs time to add a test for our codebase. First thing to get started is adding
π Version control your RAML specifications
//www.javacodegeeks.com/2020/11/version-control-your-raml-specifications.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/11/version-control-your-raml-specifications.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Version control your RAML specifications | Java Code Geeks - 2020
Version controlling your RAML RESTful API specifications allows you to continue maintaining previous version of your APIs. The API designer from MuleSoft