RefDiff - A tool to compare different versions of Java source code to find refactoring changes between them... (more…)
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 »
In general, a URL can be broken into several parts. Consider the
following example:
http://www.example.com/docs/resource1.html
(more…)
Read more »
I’m the Chief Architect of the Java Platform Group
at Oracle. (more)... (more…)
Read more »