Java Champions respond to Register Article on Oracle Pursuit of Java SE Licensing Fees TL;DR Using Oracle's Java SE for developing programs and running them in production on general purpose computing machinery is free of financial obligation to Oracle. In...
Read more »
QCon Plus covers the trends, best practices, and solutions leveraged by the world's most innovative software shops. Taking place between November 4-18, the e... (more…)
Read more »
My previous post with Eight Core Java Questions was popular so I created nine more. Please join the discussion of the answers for these... (more…)
Read more »
The Vector API enables developers to write platform-agnostic, data-parallel programs where single instructions operate on multiple data (SIMD). Get an introduction to Vector API, learn how it was implemented, and view examples of data-parallel programs. H... (more…)
Read more »
Many Java users hate it at times for being too verbose. Many of us have started using other languages like Kotlin or Scala for their terseness and expressiveness. One of the feature that Java progr… (more…)
Read more »