Java is an old language. 25 years now. Java has several limitations and issues however java is the robust and pretty well-stablished solutio... (more…)
Read more »
As I've said before, I'm working on a book about lifetimes. Or maybe it's
just a long series - I haven't decided the specifics yet. Like every one of
my series/book things, it's... (more…)
Read more »
Oracle's history highlights a possible downside to its stance on API copyrights. (more…)
Read more »
Java 8 was released in March 2014 and introduced lambda expressions as its flagship feature. This article sheds light on how Java 8 lambda expressions and method references are implemented under the hood, and looks at the generated bytecode and performanc... (more…)
Read more »
H2 database is a small and compact way to store data directly from Java, especially because it can use simple binary files as storage. My go... (more…)
Read more »