-
Core Java
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 » -
Enterprise Java
Developing a Simple Web Service with Jakarta EE 8
For context, Jakarta EE 8 is very much the same as Java EE 6 through Java EE 8. The main…
Read More » -
Android Core
Android Activity Life Cycle – The Complete Guide
Android activity life cycle if one of the most asked questions in Android Developer interviews. It is also the one…
Read More » -
Core Java
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 » -
Software Development
Free and open source is not good enough
Lack of free When I was at university, I had to pick between Java and .Net to direct my career.…
Read More » -
Software Development
Automation Testing 101: What, Why and How
What is automation testing? In the software testing world, there are two types of testing techniques – manual and automated.…
Read More » -
Core Java
[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 » -
Core Java
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 » -
Software Development
To Delete or to Soft Delete, That is the Question!
Soft deletion is a widely used pattern applied for business applications. It allows you to mark some records as deleted…
Read More »