Read more about the article How to learn java
How to learn Java

How to learn java

Java programming is easy to learn if you start with the right steps. Java means learning Java concepts, terminologies, processing & execution of your code. I will try to share…

0 Comments
Read more about the article Java interview questions on multithreading
Multithreading Java interview questions for freshers and Senior Engineers

Java interview questions on multithreading

Java interview questions on multithreading are must to learn for a Java developer. Multithreading means multiple threads running in parallel. Multithreading is known as a process of executing the multiple…

0 Comments
Read more about the article How to install Java in Ubuntu
How To Install Java In Ubuntu

How to install Java in Ubuntu

The steps for how to install Java in Ubuntu, depends upon your choice of JDK type. There are 2 choices Oracle JDK and OpenJDK. JDK means the Java development kit,…

3 Comments
Read more about the article JDK 14: New hot Features
JDK 14: New Hot Features

JDK 14: New hot Features

Java 14 (Java SE 14) and its Java Development Kit 14 (JDK 14) open-source has been released on 17 March 2020, the most common coding language and application platform in…

0 Comments
Read more about the article JUnit 5: How to use and migrate from JUnit 4
Junit 5 tutorial - Migrate from Junit4

JUnit 5: How to use and migrate from JUnit 4

This tutorial explains the Junit 5’s most common annotations with examples. JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on…

0 Comments
Read more about the article Lombok advanced features
Lombok advanced features & annotations

Lombok advanced features

Lombok advanced features val, var, @NonNull, @Cleanup, @Data, @Value, @Builder, @Singular, @Getter(lazy=true), @Log, @UtilityClass and many more are great tools for any developer. Using these you can shorten your code…

0 Comments