๐ Guide to Apache Commons CircularFifoQueue
https://www.baeldung.com/commons-circular-fifo-queue
โก๏ธ @JavaLearnZone
https://www.baeldung.com/commons-circular-fifo-queue
โก๏ธ @JavaLearnZone
Baeldung
Guide to Apache Commons CircularFifoQueue | Baeldung
A quick and practical guide to the CircularFifoQueue data structure from Apache Commons.
๐ Verbose Garbage Collection in Java
https://www.baeldung.com/java-verbose-gc
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-verbose-gc
โก๏ธ @JavaLearnZone
Baeldung
Verbose Garbage Collection in Java | Baeldung
Learn how to enable verbose GC in Java and how to interpret the resulting logs.
๐ Internationalization and Localization in Java 8
https://www.baeldung.com/java-8-localization
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-8-localization
โก๏ธ @JavaLearnZone
Baeldung
Internationalization and Localization in Java | Baeldung
Have a look at the Java 8 support for internationalizing and localization of an application.
๐ Common Concurrency Pitfalls in Java
https://www.baeldung.com/java-common-concurrency-pitfalls
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-common-concurrency-pitfalls
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Common Concurrency Pitfalls in Java | Baeldung
There is plenty to catch us out when we write multi-threaded or concurrent code within Java. Here we explore some common problems and their solutions.
๐ Constants in Java: Patterns and Anti-Patterns
https://www.baeldung.com/java-constants-good-practices
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-constants-good-practices
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Constants in Java: Patterns and Anti-Patterns | Baeldung
Learn about using constants in Java with a focus on common patterns and anti-patterns
๐ Parsing an XML File Using SAX Parser
https://www.baeldung.com/java-sax-parser
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-sax-parser
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Parsing an XML File Using SAX Parser | Baeldung
Learn how to parse an XML file in Java using SAX Parser.
๐ Java 15: Sealed Classes
//www.javacodegeeks.com/2020/10/java-15-sealed-classes.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/10/java-15-sealed-classes.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Java 15: Sealed Classes | Java Code Geeks - 2020
Java 15 introduces Sealed Classes, a preview language feature, that allows classes/interfaces to restrict which other classes/interfaces may extend or