Java Autoboxing explained
In this blog post, I will be explaining Java’s autoboxing feature in detail What is Auto boxing? Java provides […]
In this blog post, I will be explaining Java’s autoboxing feature in detail What is Auto boxing? Java provides […]
One of the new features provided by Java 8 is the support for default methods in interfaces. In this blog […]
Often, we come across the terms JPA and Hibernate. Quite often, they are used interchangeably as well. Also, if you […]
In this blog post, I will be explaining what is the Hibernate Criteria API. There are 3 ways in which […]
How many times has a NullPointerException in your code caused the code to break? In this blog post, I will […]
In this blog post, I will be comparing the ArrayList and LinkedList classes. I will be explaining how they are […]
In this blog post, I will be comparing JDBC and Hibernate and explaining the differences between the two. What […]
In this blog post, I will be explaining the difference between the save and persist methods Hibernate. Both thesave and […]
In this blog post, I will be explaining the difference between checked and unchecked exceptions. Checked exceptions Checked exceptions are […]
A very common interview question is to ask the difference between String, StringBuffer and StringBuilder. So in this blog post, […]