I’m the Chief Architect of the Java Platform Group
at Oracle. (more)... (more…)
Read more »
We all love binary search.
Straightforward, easy to understand algorithm; finds your number in a sorted array
in an appealing O(log n) time. But is it that simple to implement? (more…)
Read more »
Garbage collection (GC) has been one of Java's most compelling features since its inception. Allowing developers to focus on the core functionality of their application instead of memory management. (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 »
nudge4j is a piece of java code to let you hack your JVM from the browser. (more…)
Read more »