Core Java
-
Java 14: Records
Java 14 arrived a few weeks ago and introduces the Record type, which is an immutable data carrier class designed…
Read More » -
Class JavaDocs Should Be Mandatory in OOP
I’ll admit, the title is a bit of a lie. I actually believe JavaDocs are necessary everywhere: methods, attributes and…
Read More » -
Java 14 New Features
On 17th March 2020, Oracle has released a new version of Java named Java 14, which includes lots of new…
Read More » -
How to convert String to int in Java
In this tutorial, we will see the various ways in which we can convert String to int(or Integer) in Java.…
Read More » -
7 JVM arguments of Highly Effective Applications
At the time (March 2020) of writing this article there are 600+ arguments that you can pass to JVM just…
Read More » -
Hands on Optional value
Optional is in air due to coronavirus, everything is becoming optional like optional public gathering , optional work from home,…
Read More » -
How to create immutable Map in Java
Hello Friends, In this tutorial, we will see how we can create an immutable Map in Java. – What does…
Read More » -
New features between Java 8 and Java 14
Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new…
Read More » -
Prefixed Naming
If you look at the source code of Takes or Cactoos for the first time, you most probably, like many…
Read More »