Browsing Tag
java
205 posts
In One Minute : JUnit
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development…
How to Use the Maven Shade Plugin if Your Project Uses Java Platform Module System
The Apache Maven Shade Plugin is perhaps the easiest way to produce a jar-with-dependencies, a single jar file…
Camunda’s Hacktoberfest 2022
Happy Hacktoberfest, everyone! We are so excited to be participating in Hacktoberfest for the third time this year.…
DAY 4: Print in order
Hey! It’s day 4 of I4G 10 days of coding challenge. Today’s task was to implement a code…
Structure of Java Program
Structure of Java Program class ClassName { public static void main(String args[]) { //statements } } Let’s look…
What is JDK Architecture in JAVA
JDK Architecture JVM:- JVM Stands For Java Virtual Machine it is an interpeter which is use to convert…
Improve Performance with CompletableFuture in Java
Completable Futures Repository : https://github.com/jorgetovar/completable_futures Do you know that parallel stream in Java has performance limitations due to…
JPA One To One unidirectional Mapping example
In this tutorial, I will show you how to implement Spring JPA One-To-One unidirectional mapping with Hibernate in…
What is a reverse shell attack?!
Creating and running an application in your favorite language is usually pretty simple. After you create your application,…
Simplicity & Focus Through Server-Driven Web UI Development
Being a full-stack developer is a complex undertaking these days. As you might remember, it hasn’t always been…