Why did Java 8 introduce a new date and time API when it already had classes such as Date and Calendar? Below are the main reasons 1.Bad API design. For example, The Date class has both date and time components, if you...
Read MoreFriday, 27 December 2019
Saturday, 14 December 2019
Collection

The collection framework is very important for fresher and experienced developers. You must have a good hold on it if you want to crack java interviews. You are supposed to prepare theoretical, coding and scenario-based questions related to this topic. I will...
Read More