Core Java
-
If Java Is Dying, It Sure Looks Awfully Healthy
The odd, but popular, assertion that Java is dying can be made only in spite of the evidence, not because…
Read More » -
Add Some Entropy to Your JVM
Being able to generate true random numbers depends on the entropy in your system. Some claim, that this can be…
Read More » -
Too Many Parameters in Java Methods, Part 5: Method Naming
In my previous post (Part 4 of my series on dealing with too many parameters in Java methods), I looked…
Read More » -
Java User Defined Types (UDT) in Java DB
Java DB is a relational database management system that is based on the Java programming language and SQL. This is…
Read More » -
1000 Responses to Java Is Not Dying
When 1000 comments are posted on an editorial, it’s worth considering what is being said. My editorial last week, ”…
Read More » -
Non-Blocking Asynchronous Java 8 and Scala’s Try/Success/Failure
Inspired by a recent newsletter from Heinz Kabutz as well as Scala’s Futures which I investigated in my recent book,…
Read More » -
Too Many Parameters in Java Methods, Part 4: Overloading
One of the problems with expecting too many parameters to be passed to a Java method is that it is…
Read More » -
Java: Incrementally read/stream a CSV file
I’ve been doing some work which involves reading in CSV files, for which I’ve been using OpenCSV, and my initial…
Read More » -
Integrate AspectJ with NetBeans Platform Development
Are you developing your project using the NetBeans Platform? Are you willing to use AspectJ to use AOP? You do…
Read More »