🆕 ArrayList vs. LinkedList vs. HashMap in Java
https://www.baeldung.com/java-arraylist-vs-linkedlist-vs-hashmap
➡️ @JavaLearnZone
https://www.baeldung.com/java-arraylist-vs-linkedlist-vs-hashmap
➡️ @JavaLearnZone
Baeldung on Kotlin
ArrayList vs. LinkedList vs. HashMap in Java | Baeldung
Learn about the differences between three of the most common Java Collections: ArrayList, LinkedList, and HashMap
📁 Intro to Google Cloud Storage with Java
https://www.baeldung.com/java-google-cloud-storage
➡️ @JavaLearnZone
https://www.baeldung.com/java-google-cloud-storage
➡️ @JavaLearnZone
Baeldung on Kotlin
Intro to Google Cloud Storage with Java | Baeldung
Hit the ground running with Google Cloud Storage with quick examples of how to create a bucket, write, read, and update data.
🆕 InvalidAlgorithmParameterException: Wrong IV Length
https://www.baeldung.com/java-invalidalgorithmparameter-exception
➡️ @JavaLearnZone
https://www.baeldung.com/java-invalidalgorithmparameter-exception
➡️ @JavaLearnZone
Baeldung
InvalidAlgorithmParameterException: Wrong IV Length | Baeldung
In this tutorial, we'll describe how to avoid InvalidAlgorithmParameterException when we generate the IV and use it in a cipher algorithm.
🆕 Writing byte[] to a File in Java
https://www.baeldung.com/java-write-byte-array-file
➡️ @JavaLearnZone
https://www.baeldung.com/java-write-byte-array-file
➡️ @JavaLearnZone
Baeldung
Writing byte[] to a File in Java | Baeldung
When we need to write an array of bytes to a file in Java, there are a few options. We can use either the built-in APIs or a few common libraries.
🆕 Configuring a Project to Exclude Certain Sonar Violations
https://www.baeldung.com/sonar-exclude-violations
➡️ @JavaLearnZone
https://www.baeldung.com/sonar-exclude-violations
➡️ @JavaLearnZone
Baeldung on Kotlin
Configuring a Project to Exclude Certain Sonar Violations | Baeldung
For some analyses, SonarQube needs some exclusions added to avoid false positives. We investigate a few ways to configure it.
📁 Find the Smallest Missing Integer in an Array
https://www.baeldung.com/java-smallest-missing-integer-in-array
➡️ @JavaLearnZone
https://www.baeldung.com/java-smallest-missing-integer-in-array
➡️ @JavaLearnZone
Baeldung
Find the Smallest Missing Integer in an Array
Learn how to find the Smallest Missing Integer in an Array.
📁 WebSockets with the Play Framework and Akka
https://www.baeldung.com/akka-play-websockets
➡️ @JavaLearnZone
https://www.baeldung.com/akka-play-websockets
➡️ @JavaLearnZone
Baeldung
WebSockets with the Play Framework and Akka | Baeldung
WebSockets allow continuous communication between a client app and its server. This can be built with reactive streams in Akka and the Play Framework.
📁 Get the Key for a Value from a Java Map
https://www.baeldung.com/java-map-key-from-value
➡️ @JavaLearnZone
https://www.baeldung.com/java-map-key-from-value
➡️ @JavaLearnZone
Baeldung
Get the Key for a Value from a Java Map | Baeldung
Learn how to retrieve a key from a Java Map given the value