Understanding Java Records From Java 16

A look into what you can and cannot do In Java record classes from Java 16 release, including implementations, applications, and extensions. Read all

How to Convert JSON to XML or XML to JSON in Java

Understanding how to convert between complex file types will allow you to optimize and perfect your operations, ensuring your data is always in the ... Read all

How to Protect URLs from SSRF Threats in Java

Learn how to check URLs for standard and HTML embedded Server-Side Request Forgery attacks using APIs in Java. Read all

Kubernetes for Java Developers

There is a new class of tools for dockerizing and deploying an application to Kubernetes which are aimed at developers. The latest in that category is JKube ... Read all

How to Get Macro Information From Word and Excel in Java

To assist with the protection of your documents, the following APIs can be used in Java to identify macro information in Word or Excel files and let you ... Read all

Getter Setter: To Use or Not to Use?

An experienced Java developer goes over when, and when not, to use getters and setters as well as accessor methods in your codebase. Read all

SKP's Algorithms and Data Structures #6: Java Problem: Active Traders

This Article Series Focuses on Algorithms, Data Structures or Applying them to Problem Solving. In this Article, We Discuss the Solution to [Active Traders] ... Read all

How to Generate and Compile Sources at Runtime in Java

In this article, learn how to generate and compile sources at runtime in Java with and without class loading. Read all

How to Convert a Price from USD to EUR in Java

Here's a helpful tutorial to help you write the Java code you need to convert euros to United States dollars. Read all

How to Handle Internationalization in Selenium WebDriver

We go over a tutorial on performing Internationalization in Selenium WebDriver using Selenium test automation and an Internationalization testing checklist. Read all

Unit Testing Void Methods with Mockito and JUnit

This blog is a quick and simple guide to understanding how we can test void methods in Java with JUnit and Mockito and how it makes testing easier for us. Read all

Database Authentication + Spring Security SAML

In this article, take a look at database authentication plus Spring security SAML. Read all

Enhanced DynamoDB Client — Java Abstraction Code

I have created a Helper code, which takes a Java object and seamlessly executes the transaction onto DynamoDB. Read all

 

 

 

 

Top