Published inJavarevisitedA comprehensive guide to Java 8 method referenceJava 8 has introduced a lot of new features such as lambda expressions, stream, Method references etc.Apr 24, 2020A response icon2Apr 24, 2020A response icon2
Published inThe StartupA Comprehensive Guide to HashMap in JavaHashMap is hash table based implementation of Map interface. It stores entry in key-value pairs. It maps keys to values. It is one of the…Jan 5, 2020A response icon1Jan 5, 2020A response icon1
Published inJavarevisitedComplete guide to serialization in javaJava provides mechanism called serialization to persists java objects in a form of ordered or sequence of bytes that includes the object’s…Dec 16, 2019A response icon3Dec 16, 2019A response icon3
Published inJavarevisitedUnderstanding Garbage Collection in java — Java2BlogIn this post, we will see about Garbage Collection in java.Sep 17, 2019A response icon4Sep 17, 2019A response icon4
Create simple web application with Spring boot and angular jsIn this post, we are going to see how to create Spring boot AngularJS example.Jul 16, 2019A response icon1Jul 16, 2019A response icon1
Published inJavarevisitedHow to print even and odd numbers using threads in java — Java2BlogIn this post, we will see how to print even and odd numbers using threads in java.May 29, 2019May 29, 2019
Published inHackerNoon.comTop 100+ data structure and algorithms interview questions for practiceI have been posting data structure and algorithms interview questions on various topics such as Array, Queue, Stack, Binary tree…May 10, 2019A response icon1May 10, 2019A response icon1
Published inJavarevisitedHow HashMap works internally in java : A debug approachMost common interview questions are “How HashMap works in java”, “How get and put method of HashMap work internally”. Here I am trying to…May 3, 2019A response icon3May 3, 2019A response icon3
Published inJavarevisitedJava 8 Parallel Stream — Java2BlogIn this post, we will see about Parallel Stream in java.Apr 23, 2019A response icon7Apr 23, 2019A response icon7
Published inJavarevisitedJava 8 interview questions and answers — Java2BlogIn this post, we will some important interview questions specifically on Java 8. Java has changed a lot over years and Java 8 has…Sep 10, 2017A response icon1Sep 10, 2017A response icon1