No Image

Java – Thread Scheduler

February 22, 2023 SJ 0

In this article, we will discuss Thread scheduler and the role it plays in scheduling in detail 1. Thread Scheduler : 1.1 Thread Priority : Read More

No Image

Java 8 – OffsetDateTime with method details and examples

June 28, 2022 SJ 0

In this article, we will discuss about newly introduced OffsetDateTime class in Java 1.8 version for dealing with date/time along with Offset information in program with ease and convenience. Prior to introducing LocalDate, LocalTime, LocalDateTime, ZonedDateTime and Read More