🆕 Differences Between Iterator and Iterable and How to Use Them?
https://www.baeldung.com/java-iterator-vs-iterable
➡️ @JavaLearnZone
https://www.baeldung.com/java-iterator-vs-iterable
➡️ @JavaLearnZone
Baeldung on Kotlin
Differences Between Iterator and Iterable and How to Use Them? | Baeldung
Explore the usage of Iterable and Iterator interfaces in Java and understand the differences between them.
🆕 Java Scanner.skip method with examples
https://www.baeldung.com/java-scanner-skip
➡️ @JavaLearnZone
https://www.baeldung.com/java-scanner-skip
➡️ @JavaLearnZone
Baeldung
Java Scanner.skip method with examples | Baeldung
A quick and practical guide to Java Scanner's skip() method.
🆕 Generate a Random Value From an Enum
https://www.baeldung.com/java-enum-random-value
➡️ @JavaLearnZone
https://www.baeldung.com/java-enum-random-value
➡️ @JavaLearnZone
Baeldung
Generate a Random Value From an Enum | Baeldung
Learn how to generate a random value from an enum.
🆕 Java class loading – performance impact!
//www.javacodegeeks.com/2022/05/java-class-loading-performance-impact.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/05/java-class-loading-performance-impact.html
➡️ @JavaLearnZone
Java Code Geeks
Java class loading – performance impact! - Java Code Geeks - 2023
Interested to learn about Java class loading? Check our article explaining the perfmormance impact of ClassLoader.loadClass().
🆕 Complete Guide To Spring Testing
//www.javacodegeeks.com/2022/05/complete-guide-to-spring-testing.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/05/complete-guide-to-spring-testing.html
➡️ @JavaLearnZone
Java Code Geeks
Complete Guide To Spring Testing - Java Code Geeks - 2022
Interested to learn about Spring Testing? Check our article presenting a Complete Guide To Spring Testing
🆕 Google Cloud Structured Logging for Java Applications
//www.javacodegeeks.com/2022/05/google-cloud-structured-logging-for-java-applications.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/05/google-cloud-structured-logging-for-java-applications.html
➡️ @JavaLearnZone
Java Code Geeks
Google Cloud Structured Logging for Java Applications - Java Code Geeks - 2022
Interested to learn about Structured Logging? Check our article presenting the Google Cloud Structured Logging for Java Applications
🆕 Introduction to JVM and JVM languages
//www.javacodegeeks.com/2022/05/introduction-to-jvm-and-jvm-languages.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/05/introduction-to-jvm-and-jvm-languages.html
➡️ @JavaLearnZone
Java Code Geeks
Introduction to JVM and JVM languages - Java Code Geeks - 2022
Interested to learn about JVM languages? Check our article makes an introduction to JVM and JVM languages with examples
🆕 Find Files that Match Wildcard Strings in Java
https://www.baeldung.com/java-files-match-wildcard-strings
➡️ @JavaLearnZone
https://www.baeldung.com/java-files-match-wildcard-strings
➡️ @JavaLearnZone
Baeldung on Kotlin
Find Files That Match Wildcard Strings in Java | Baeldung
Learn how to search for files using wildcard patterns in Java
🆕 Constraint Composition with Bean Validation
https://www.baeldung.com/java-bean-validation-constraint-composition
➡️ @JavaLearnZone
https://www.baeldung.com/java-bean-validation-constraint-composition
➡️ @JavaLearnZone
Baeldung
Constraint Composition with Bean Validation | Baeldung
Learn how to group multiple constraints under a single, custom annotation to reduce code duplication and improve readability
🆕 Check if a Character is a Vowel in Java
https://www.baeldung.com/java-check-character-vowel
➡️ @JavaLearnZone
https://www.baeldung.com/java-check-character-vowel
➡️ @JavaLearnZone
Baeldung
Check if a Character Is a Vowel in Java | Baeldung
If we need to classify a character as a vowel or consonant in English, then there are a few ways we can achieve this. We look at three possible solutions in Java and compare their performance and ease of use.