There are fears the sunken vessels off Indonesia, which are the graves of 2,200 people, may have been salvaged for metal...
Read more »
There are certain
problems that just make sense to solve using Java Recursion. Demonstrating Fibonacci Series is one of them. Let’s take a look at something called Fibonacci series. Here are the first few numbers of this series:0, 1, 1, 2, 3, 5, 8, 13, 21... (more…)
Read more »
One of the latest fashions in the Java world is GraalVM. For someone who has been around, I still remember the "Write once, run anywhere" slogan of Java virtual machine. Apparently, the wheel has spun back, now people want to write native code in Java, wh... (more…)
Read more »
Caches are often used as a cheap way to reduce latency and improve the performance of applications. Often we leverage libraries like Guava b... (more…)
Read more »
Google I/O: Kotlin, a popular new language for mobile platforms that's compatible with Java, is now officially supported on Android. (more…)
Read more »