📁 A Guide to the Java ExecutorService
https://www.baeldung.com/java-executor-service-tutorial
➡️ @JavaLearnZone
https://www.baeldung.com/java-executor-service-tutorial
➡️ @JavaLearnZone
Baeldung on Kotlin
A Guide to the Java ExecutorService | Baeldung
An intro and guide to the ExecutorService framework provided by the JDK - which simplifies the execution of tasks in asynchronous mode.
📁 JDK Configuration for Maven Build in Eclipse
https://www.baeldung.com/maven-eclipse-jdk-configuration
➡️ @JavaLearnZone
https://www.baeldung.com/maven-eclipse-jdk-configuration
➡️ @JavaLearnZone
Baeldung
JDK Configuration for Maven Build in Eclipse | Baeldung
Learn how to configure Maven builds to work within the Eclipse IDE.
🆕 Chasing Java’s release train, from 8 to 16. Part 2: The race to the next LTS release
//www.javacodegeeks.com/2021/06/chasing-javas-release-train-from-8-to-16-part-2-the-race-to-the-next-lts-release.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/06/chasing-javas-release-train-from-8-to-16-part-2-the-race-to-the-next-lts-release.html
➡️ @JavaLearnZone
Java Code Geeks
Chasing Java's release train, from 8 to 16. Part 2: The race to the next LTS release | Java Code Geeks - 2021
Interested to learn about LTS release? Check our article explaining thoroughly the massive amount of features delivered in the next release
🆕 Apache Arrow on the JVM: Streaming Reads
//www.javacodegeeks.com/2021/06/apache-arrow-on-the-jvm-streaming-reads.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/06/apache-arrow-on-the-jvm-streaming-reads.html
➡️ @JavaLearnZone
Java Code Geeks
Apache Arrow on the JVM: Streaming Reads | Java Code Geeks - 2021
Interested to learn about Streaming Reads? Check our article explaining how to read arrow data from a stream.
🆕 Find All Numbers in a String in Java
https://www.baeldung.com/java-find-numbers-in-string
➡️ @JavaLearnZone
https://www.baeldung.com/java-find-numbers-in-string
➡️ @JavaLearnZone
Baeldung
Find All Numbers in a String in Java | Baeldung
We can use regular expressions to count occurrences of numbers in a String in Java. We look at finding numbers of various formats, extracting and converting them back into numeric form, as well as counting digits.
📁 Finding the Difference Between Two Strings in Java
https://www.baeldung.com/java-difference-between-two-strings
➡️ @JavaLearnZone
https://www.baeldung.com/java-difference-between-two-strings
➡️ @JavaLearnZone
Baeldung on Kotlin
Finding the Difference Between Two Strings in Java | Baeldung
Learn about libraries that give a detailed description of the difference between two strings.
📁 BSON to JSON Document Conversion in Java
https://www.baeldung.com/java-convert-bson-to-json
➡️ @JavaLearnZone
https://www.baeldung.com/java-convert-bson-to-json
➡️ @JavaLearnZone
Baeldung
BSON to JSON Document Conversion in Java | Baeldung
A quick and practical guide to BSON to JSON conversion in Java.