From 41af122b7f0e8ba064b52aad26ff77000a68c64f Mon Sep 17 00:00:00 2001 From: MMonik Date: Wed, 24 May 2017 19:46:01 +0300 Subject: [PATCH] Update README.md (#1921) --- core-java/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java/README.md b/core-java/README.md index 1ef4f86e59..3ed43f6fd2 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -104,6 +104,7 @@ - [Guide to DelayQueue](http://www.baeldung.com/java-delay-queue) - [Comparing getPath(), getAbsolutePath(), and getCanonicalPath() in Java](http://www.baeldung.com/java-path) - [How to Add a Single Element to a Stream](http://www.baeldung.com/java-stream-append-prepend) +- [Kotlin Java Interoperability](http://www.baeldung.com/kotlin-java-interoperability) - [Guide to the ConcurrentSkipListMap](http://www.baeldung.com/java-concurrent-skip-list-map) - [Difference Between Wait and Sleep in Java](http://www.baeldung.com/java-wait-and-sleep) - [LongAdder and LongAccumulator in Java](http://www.baeldung.com/java-longadder-and-longaccumulator)