๐ Get a Fieldโs Annotations Using Reflection
https://www.baeldung.com/java-get-field-annotations
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-get-field-annotations
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Get a Fieldโs Annotations Using Reflection | Baeldung
Learn how to get a field's annotations and how the retention meta-annotation works
๐ Remove an Entry from a Java HashMap
https://www.baeldung.com/java-hashmap-remove-entry
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-hashmap-remove-entry
โก๏ธ @JavaLearnZone
Baeldung
Remove an Entry from a Java HashMap | Baeldung
Learn different ways to remove an entry from a Java HashMap.
๐ Convert a Byte Array to a Numeric Representation in Java
https://www.baeldung.com/java-byte-array-to-number
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-byte-array-to-number
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Convert a Byte Array to a Numeric Representation in Java | Baeldung
Explore different approaches to convert a byte array to a numeric value and vice versa in Java.
๐ Looking for a Java/Spring Technical Editor for Baeldung
https://www.baeldung.com/content-editor-job
โก๏ธ @JavaLearnZone
https://www.baeldung.com/content-editor-job
โก๏ธ @JavaLearnZone
Baeldung
Java Technical Editor (part-time) | Baeldung
Join the Baeldung editorial team.
๐ Remove Accents and Diacritics From a String in Java
https://www.baeldung.com/java-remove-accents-from-text
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-remove-accents-from-text
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Remove Accents and Diacritics From a String in Java | Baeldung
This article explains what Unicode text normalization is, how to remove accents and diacritical marks in text, and the pitfalls to watch out for.
๐ Java 8 Optional Tutorial With Examples
//www.javacodegeeks.com/2020/09/java-8-optional-tutorial-with-examples.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/09/java-8-optional-tutorial-with-examples.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Java 8 Optional Tutorial With Examples - Java Code Geeks
A quick and in-depth tutorial to Optional API in java 8. Exploring various types of examples to understand the right usage. 1. Overview In this tutorial,
๐ Differences Between Oracle JDK and OpenJDK
https://www.baeldung.com/oracle-jdk-vs-openjdk
โก๏ธ @JavaLearnZone
https://www.baeldung.com/oracle-jdk-vs-openjdk
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Differences Between Oracle JDK and OpenJDK | Baeldung
Explore the differences between Oracle Java Development Kit and OpenJDK.
๐ Overhead added by collecting thread dumps
//www.javacodegeeks.com/2021/10/overhead-added-by-collecting-thread-dumps.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2021/10/overhead-added-by-collecting-thread-dumps.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Overhead added by collecting thread dumps - Java Code Geeks - 2021
Interested to learn about thread dumps? Check our article talking about thread dump a snapshot of all the threads running in a java process.
๐ Timeouts with Spring Boot and Resilience4j
https://reflectoring.io/time-limiting-with-springboot-resilience4j/
โก๏ธ @JavaLearnZone
https://reflectoring.io/time-limiting-with-springboot-resilience4j/
โก๏ธ @JavaLearnZone
reflectoring.io
Timeouts with Spring Boot and Resilience4j
Continuing the Resilience4j journey, this article on Spring Boot TimeLimiter shows when and how to use it to build resilient applications.
๐ What Causes java.lang.OutOfMemoryError: unable to create new native thread
https://www.baeldung.com/java-outofmemoryerror-unable-to-create-new-native-thread
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-outofmemoryerror-unable-to-create-new-native-thread
โก๏ธ @JavaLearnZone
Baeldung
What Causes java.lang.OutOfMemoryError: unable to create new native thread | Baeldung
Learn about what causes the java.lang.OutOfMemoryError: unable to create new native thread error.
๐ Getting a Character by Index From a String in Java
https://www.baeldung.com/java-character-at-position
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-character-at-position
โก๏ธ @JavaLearnZone
Baeldung
Getting a Character by Index From a String in Java | Baeldung
Learn how to get the character at a given position of a String in Java.
๐ Java Map โ keySet() vs. entrySet() vs. values() Methods
https://www.baeldung.com/java-map-entries-methods
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-map-entries-methods
โก๏ธ @JavaLearnZone
Baeldung
Java Map โ keySet() vs. entrySet() vs. values() Methods | Baeldung
Learn how to use the keySet(), entrySet() and values() methods of the Map interface in Java.