Core Java
-
ActiveJ: A New, Alternative Java Platform
ActiveJ is a new, open-source Java platform for quickly building efficient web, cloud, and microservices solutions for high performance environments.
Read More » -
JDK16 javac xlint Warning about Default Constructors
I mentioned in my blog post “Explicit No-Arguments Constructor Versus Default Constructor” that “it is possible that one day javac…
Read More » -
Java Creates New Big Data Opportunities
If you think that we live in the age of digital information, you are totally right. But do you know…
Read More » -
[MEGA DEAL] The 2020 Java Bootcamp Bundle (96%)
Develop Expertise on the Leading Programming Language & Create Actual Programs with 10 Hours of Content on Java Fundamentals, Collections,…
Read More » -
Testing with Hoverfly and Java Part 1: Get started with Simulation Mode
These days a major problem exists when it comes to testing code that has to do with various cloud services…
Read More » -
Java Exercises for Beginners
Many people who tried learning to program never become programmers. Why? Among all the reasons, one can single out the…
Read More » -
How to do test refactoring towards fluent assertion pattern?
What are Clean Tests? The Clean Code rules apply equally to the production code and the test code. So do…
Read More » -
Different ways to remove Spaces from String In Java
String manipulation is done most often while programming. Like removing spaces in or around the string text. This also known as…
Read More » -
Quick tip: ISO 8601 durations in Java
Many developers know about the interchange formats for dates and times defined by ISO 8601. (For example 2007-08-31T16:47+00:00 which represents…
Read More »