Core Java
-
Go Full Stack with Java in a Jiffy
Here is a look at how you can write a full stack database web application without using SQL, HQL, PHP,…
Read More » -
Infinite Sets in Java 9
A Set A Set is a collection of elements whereby any given element in the Set only appears once. More…
Read More » -
JDK 11: Beginning of the End for Java Serialization?
In the blog post “Using Google’s Protocol Buffers with Java,” I quoted Josh Bloch’s Third Edition of Effective Java, in…
Read More » -
JDK 8 BigInteger Exact Narrowing Conversion Methods
In the blog post “Exact Conversion of Long to Int in Java,” I discussed using Math.toIntExact(Long) to exactly convert a…
Read More » -
Java 8 language features in Nutshell – Part 1
Hello Friends, It has been quite long when Java 8 was released and now it is getting used more and…
Read More » -
Exact Conversion of Long to Int in Java
With all the shiny things (lambda expressions, streams, Optional, the new Date/Time API, etc.) to distract my attention that came…
Read More » -
JDK 8 Versus JDK 10: Ternary/Unboxing Difference
A recent Nicolai Parlog (@nipafx) tweet caught my attention because it referenced an interesting StackOverflow discussion on a changed behavior…
Read More » -
Java 10 – Local Variable Type Inference
In this article we will see a Java10 feature called Local Variable Type Inference proposed as part of JEP 286.…
Read More » -
How many lines of code did you write to sort a collection of objects before Java 8 ?
How many lines of code did you write to sort a collection of objects before Java 8 ? How many,…
Read More »