Update README.md

Added several relevant articles
This commit is contained in:
pedja4 2017-02-01 09:42:32 +01:00 committed by GitHub
parent 5548022a2b
commit 5c85259243
1 changed files with 3 additions and 0 deletions

View File

@ -54,3 +54,6 @@
- [The Basics of Java Generics](http://www.baeldung.com/java-generics)
- [The Traveling Salesman Problem in Java](http://www.baeldung.com/java-simulated-annealing-for-traveling-salesman)
- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven)
- [Guide to java.util.concurrent.Future](http://www.baeldung.com/java-future)
- [Guide to java.util.concurrent.BlockingQueue](http://www.baeldung.com/java-blocking-queue)
- [Guide to CountDownLatch in Java](http://www.baeldung.com/java-countdown-latch)