Core Java
-
[MEGA DEAL] Oracle Java Certification Exam Preparation Courses + Tests Training Bundle (92%)
Become a Certified Programmer with an Oracle Java Certification & Take a Step Ahead Toward a Brighter Development Career Hey…
Read More » -
A Surprising Injection
So, I owe Jim an apology. He’d written a working mockito and JUnit test, and I told him in review…
Read More » -
To Infinity (Streams) and Beyond!
Java allows you to process data in collections or streams. It’s very easy to think of streams as a technique…
Read More » -
Become a Master of Java Streams – Part 6: Creating a New Database Application Using Streams
Have you ever wanted to develop an “express” version of your database application? In this Hands-On Lab article, you will…
Read More » -
Become a Master of Java Streams – Part 5: Turn Joined Database Tables into a Stream
Is it possible to turn joined database tables into a Java Stream? The answer is yes. Since we got this…
Read More » -
JDK 14: Records, Text Blocks, and More
Today’s Mark Reinhold post “JEPs proposed to target JDK 14: 305, 343, 359, 366, & 368” proposes targeting five more…
Read More » -
JDK 14: CMS GC is OBE
JDK 14 Early Access Build #23 (2019/11/13) is now available. One of the more noteworthy changes with this build is…
Read More » -
jstat – Analysis
jstat is a simple utility tool, that is present in JDK to provide JVM performance-related statistics like garbage collection, compilation…
Read More » -
Supporting Java 8
Although Java has version 13 released as for now, there are a lot of production installations running with Java 8.…
Read More »