Java
-
[Fixed] Java lang exceptionininitializererror com sun tools javac code typetags
A quick guide to fix java lang exceptionininitializererror com sun tools javac code typetags with maven. 1. Overview In this…
Read More » -
Java Program to Find the Biggest of 3 Numbers
A Simple Java Program To Find Largest Of Three Numbers. 1. Overview In this w3schools java programming series, You’ll be…
Read More » -
The Log4Shell vulnerability and how to fix it
Since Friday, the Java and general IT world has been in a bit of turmoil after a zero-day vulnerability in…
Read More » -
Log4Shell: Apache Log4j Vulnerability
Apache Log4j is a popular logging library used across the JVM ecosystem. On Dec 10 2021, a high severity vulnerability was…
Read More » -
Everything you need to know about Page Object model and Page Factory in Selenium
As we continue to automate the test cases on a daily basis using Selenium automation, the maintenance of the growing…
Read More » -
Get to Know Jakarta MVC
To help you get to know the Jakarta MVC specification, here’s a recap of its history and status, and a brief introduction…
Read More » -
Why General Inheritance is Flawed and How to Finally Fix it
By leveraging composition and the final keyword in the right way, you can improve your programming skills and become a…
Read More » -
Lambda and final variables
Introduction Lambda expressions can use the variables in the scope of the lambda expression, but only if they are final…
Read More » -
Spring Data Mock DAO
Warning, the following code example is suitable for a narrow range of use cases… but it’s strangely useful. When writing…
Read More »