π Breadth-First Search Algorithm in Java
https://www.baeldung.com/java-breadth-first-search
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-breadth-first-search
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Breadth-First Search Algorithm in Java
Learn about the Breadth-First Search Algorithm in Java
π Converting Between LocalDate and SQL Date
https://www.baeldung.com/java-convert-localdate-sql-date
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-convert-localdate-sql-date
β‘οΈ @JavaLearnZone
Baeldung
Converting Between LocalDate and SQL Date | Baeldung
Learn how to convert between java.sql.Date and java.time.LocalDate
π Guide to java.util.concurrent.Locks
https://www.baeldung.com/java-concurrent-locks
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-concurrent-locks
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Guide to java.util.concurrent.Locks | Baeldung
In this article, we explore various implementations of the Lock interface and the newly introduced in Java 9 StampedLock class.
π Interface Segregation Principle in Java
https://www.baeldung.com/java-interface-segregation
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-interface-segregation
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Interface Segregation Principle in Java | Baeldung
A quick and practical guide to the Interface Segregation Principle in Java.
π Java IOException βToo many open filesβ
https://www.baeldung.com/java-too-many-open-files
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-too-many-open-files
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java IOException βToo many open filesβ | Baeldung
Learn when and how to avoid the "Too many open files" exception in Java.
π Creating a Java Compiler Plugin
https://www.baeldung.com/java-build-compiler-plugin
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-build-compiler-plugin
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Creating a Java Compiler Plugin | Baeldung
Find out how you can create a Java Compiler plugin.
π The Difference between var in Kotlin and Java 10
https://www.baeldung.com/java-kotlin-var-difference
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-kotlin-var-difference
β‘οΈ @JavaLearnZone
Baeldung
The Difference between var in Kotlin and Java 10 | Baeldung
A quick and practical overview of differences between var keyword in Java and Kotlin.
π Java Double Brace Initialization
https://www.baeldung.com/java-double-brace-initialization
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-double-brace-initialization
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Double Brace Initialization | Baeldung
Learn how double braces can be used for creating and initializing objects and for representing these operations in a single expression.
π An Introduction to Synchronized Java Collections
https://www.baeldung.com/java-synchronized-collections
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-synchronized-collections
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
An Introduction to Synchronized Java Collections | Baeldung
Learn how to create synchronized collections using the static synchronization wrappers available in the Java Collections Framework.