There are many ways to store your objects and data in Java. Interfaces such as List, Set and Map are options. The point that distinguishes […]
Latest posts
Getting started with Spring Boot building a Hello World Application
Introduction In this tutorial, our focus is to start a beginner series using Spring Boot. This particular tutorial will cover creating a Spring Boot application […]
TensorFlow Computational Graph using Java (Maven)
Introduction Our last tutorial focused on introducing TensorFlow. In that article, we covered the basic installation and use of TensorFlow in Java. In this tutorial, […]
How to set up a TensorFlow Java project using Maven
In this tutorial we will create a new Java project and set up the libraries required to use TensorFlow. TensorFlow is an end-to-end open source […]
Java 8 Predicate
The functional interface Predicate was defined in Java 8. Predicate receives an argument and based on a specific condition it returns a Boolean value. It […]
Java 18’s embedded HTTP server, here’s how to use the new SimpleFileServer
In this tutorial we cover a brand new Java 18 feature, an HTTP server embedded in the JDK. This tutorial is about understanding and implementing […]
The Java Arithmetic Exception: what it is and how to avoid triggering it
In this tutorial, we are going to write about ArithmeticException in Java, when it occurs and how to handle it. ArithmeticException is an that happens […]
Three reasons why you should learn Java Programming in 2022
Java is an object-oriented programming language that has been in existence for more than 25 years, with its release in 1995 being the peak of […]
Create a spring-boot project in Visual Studio Code
In this tutorial we show how to create a new spring-boot project in Visual Studio Code using a wizard. Spring Initializr built-in The way we […]
Setup Java in Visual Studio Code
This tutorial shows how to setup a Java development environment in Visual Studio Code on Windows. Create a new class, edit the code and use […]