-
Core Java
What does void mean in Java?
In this post, we feature a comprehensive article explaining what Void means in Java. 1. What does void mean in…
Read More » -
spring
Spring @AliasFor Annotation Example
In this example, we will show how to use the @AliasFor annotation in Spring. 1. Introduction Annotations are decorators that…
Read More » -
Boot
Spring Boot H2 Database Example
Welcome readers, in this tutorial, we will create a spring boot application that connects to an h2 database. You can…
Read More » -
Enterprise Java
Redis Installation Example
This example post is a comprehensive tutorial on Redis Installation and on how to start working with Redis. Table Of…
Read More » -
Core Java
Instantiate Java Example
In this post, we feature a comprehensive article implementing an Instantiate Java example. The phrase “instantiating a class” means to…
Read More » -
Core Java
Java Double Primitive Example
In this article, we will focus on examples in order to understand the Java double primitive type. 1. Introduction The double data…
Read More » -
Core Java
Java Matrix Example
In this article, we will discuss the Matrix in Java. We will cover what matrix are, how to create a…
Read More » -
Boot
Spring Boot Oracle Connection Example
This article is a Spring Boot Oracle Connection Example. Oracle (Oracle database/RDBMS) is a proprietary multi-model database management system made…
Read More » -
Core Java
Linear Search Java Example
1. Introduction Linear search is a computer algorithm which finds an element from an array sequentially. The time complexity is…
Read More » -
Core Java
Java Exercises
In this post, we feature an article with Java Exercises. In this tutorial, we will see the Java features in…
Read More »