Core Java
-

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 » -

Call That An Exception?
While this is a Java example to do with testing and wiremock, it relates to a more universal problem. We…
Read More » -

Mythematical Codey Code
Consider the following snippet: int max = 10; int a = 0; while (true) { // do a thing that…
Read More » -

ZeptoN is Putting Program into Java
1. Introduction The Java programming language or “Java” was introduced in 1995. Yet in the almost quarter-century it has added…
Read More »
