Learn to concatenate strings in Java
Category: dummyCategory
Passing Parameters to Java Threads | Baeldung
Learn a couple of ways to send a parameter to a thread in Java
How to Remove Objects or Elements while Iterating over ArrayList in Java – The Right way
One of the common problems many Java Programmers face is to remove elements while iterating over ArrayList in Java because the intuitive s…
DZone Webinar with Simon Ritter: Make Your Java Applications Run Even Faster – Azul Systems, Inc.
We’re counting down to the last free Oracle Java 8 update – what’s your plan? 00 days 00 hours 00 min 00 sec Toggle navigation Eve….
Replace a Character at a Specific Index in a String in Java | Baeldung
Learn several methods for replacing a character at a specific index in a Java String.
Intersection of Two Lists in Java | Baeldung
Learn how to retrieve the intersection of two Lists.
5 Free Data Structure and Algorithm Books in Java Programming
In last article , I have shared 5 good data structure and algorithms books, but those were not free. After that article, I received some fe…
Creating Java static final Equivalents in Kotlin | Baeldung
Learn how to do the equivalent of static final in Kotlin.
Why is String.strip() 5 times faster than String.trim() for blank string In Java 11
I’ve encountered an interesting scenario. For some reason strip() against blank string (contains whitespaces only) significantly faster than trim() in Java 11.Benchmarkpublic class Test {
InOrder traversal of Binary tree in Java using Recursion and Iteration
This is the second article about tree traversal algorithms using Java. In the first part , we have seen the pre-order algorithm for visitin…
Dropping Raw String Literals from JDK 12
It has been proposed that raw string literals (preview) be dropped from JDK 12 (which enters Rampdow…
What’s the case for your API?
Disclaimer: In pure REST, API’s are opaque and the URL should be whatever what was sent as a link i…