Hello guys, if you want to learn Java 8, in a particular lambda expression, Stream API, method reference, and new Date and Time API, and looking for the best resources then you have come to the right place. Earlier, I have shared…
Read more
The JDK 8 added a new Date and Time API (JSR 310) which introduces new date and time classes like LocalDate , LocalTime , LocalDateTime , and ZonedDateTime . Now, if you have a String e.g. "2016-12-14 03:30" then how …
Read more
Hello guys, If you are working with JSON data then you may know that JSON is collection of key value pairs and that's why many times, you also need to convert them into a Map in Java. While there are many Java libraries like …
Read more