
Sometime back I have a special case in which I have to compare Map's Key based on equality operator (==). The equality operator (==) compares the references (addresses in memory) of the two Keys as two different numbers. In other …
by App 2
by App 6
by App 31
Let's take a look at this example again: How to get Ping Status of any HTTP End Point in Java? Have you noticed the thread execution for that example? It's sequential. What if you have 500 endpoints? I bet you have to wait for at least 5 mins …
Read Article about How to Run Multiple Threads Concurrently in Java? ExecutorService Approach →
by App 2
Java is a collection of APIs and with the introduction of Java 8, we do have more choice than before. java.util.stream API supports functional-style operations on streams of elements, such as map-reduce transformations on collections. Most …
Read Article about Java Stream API Operations and Lambda Expression Tutorial →
In this tutorial we will go over list of Matcher (java.util.regex.Matcher) APIs. Sometime back I've written a tutorial on Java Regex which covers wide variety of samples. Regular Expression is a search pattern for String. java.util.regex Classes …
Read Article about All in one Java Regex, Matcher Pattern and Regular Expressions Tutorial →
by App 9
by App 9
Disqus is (was) a very powerful WordPress commenting system. We were using it on Crunchify.com since long time and found it very effective until recently. Sometimes people switch between their comment system. Below are few options available for …
Read Article about Have you removed Disqus? Now it’s Time to Clean up Comment Metadata →