Day 51: Creating Stream (using StreamSupport API) from Spliterator by converting Iterator to Spliterator

Creating Stream using StreamSupport and splitting it using partitioning and grouping

May 28, 2022 · 3 min

Day 50: Marker interface and it's uses

Marker interface and it’s uses

May 21, 2022 · 4 min

Day 49: A utility class for Zip and Unzip files using java FileSystem api (Part 2)

Zip and Unzip file using Java FileSystem api

May 6, 2022 · 4 min

Day 48: A utility class for Zip and Unzip files using java Zip api (Part 1)

A utility class to zip and unzip files and directories

April 11, 2022 · 7 min

Day 47: ThreadMXBean to get information about thread's status, deadlock monitoring and cpu time that the thread got etc.

Using ThreadMXBean get thread execution and monitoring related information for running threads in jvm

March 28, 2022 · 2 min