Core Java
-

Java Is Becoming What COBOL Was – Will It Become What COBOL Is?
Any computer science graduate from a university, technical school or community college is trained in it. Every company of any…
Read More » -

How to write a C like Sizeof function in Java
If you have just started learning Java and came from C background then you might have noticed some difference between…
Read More » -

Machine Learning in Java, part 2
Welcome to the second part of the tutorial for scoring your PMML files using LightningScorer, which is a side project…
Read More » -

Functional Java by Example | Part 4 – Prefer Immutability
This is part 4 of the series called “Functional Java by Example”. In previous part we talked a bit about…
Read More » -

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 »
