Skip to content
sneppets

sneppets

  • Privacy

Convert epoch milliseconds value to ZonedDateTime

November 14, 2019November 17, 2019 Editorial StaffLeave a Comment on Convert epoch milliseconds value to ZonedDateTime

If you have epoch value and wanted to convert epoch milliseconds to ZonedDateTime then you can use ZonedDateTime.ofInstant() and Instant.ofEpochMilli() methods for the conversion.

Java java8, ZonedDateTime

Find an element in a list using Java 8 Stream API

June 24, 2019 Editorial StaffLeave a Comment on Find an element in a list using Java 8 Stream API

Finding an element in a list is very common task that you may encounter during java programming. This sneppet will teach you how to find an element in list using Java 8 Stream API feature. 1. Define Task POJO: Define… Read More!

Java java8, stream api

Posts navigation

Newer posts
Copyright © 2018 Sneppets. All Rights Reserved