Oracle continues to make progress Java EE 8, the enterprise edition for the Java platform, and moving forward it would like to advance Java EE within a more open and collaborative community. Specifications are nearly complete and the Java team expects to ... (more…)
Read more »
Java 9 introduces unified logging, a central mechanism configurable with -Xlog to observe class loading, threading, garbage collector, module system, etc. (more…)
Read more »
Introduction Design principles are generalized pieces of advice or proven good coding practices that are used as rules of thumb when making design choices. They're a similar concept to design patterns, the main difference being that design principles are ... (more…)
Read more »
What we know about java.net.URL? It is one of the mature JVM runtime class (@since JDK1.0). URL used in lot of programs. file, jar, ...
Read more »
leakcanary - A memory leak detection library for Android and Java.
Read more »