π My Learning Journey
Learning progress chronologically
Sunday, December 07, 2025 3 posts
Thread-safe synchronized In Java, "thread-safe synchronized" refers to the practice of designing and implementing code in a way that allows multiple threads to access shared resources concur...
Java Scanner Handbook 1. Quick Summary Scanner is a simple text scanner that can parse primitive types and strings using regular expressions. It breaks its input into tokens using a delimiter ...
β Java BufferedReader Handbook β 1. Quick Summary BufferedReader reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arr...
Friday, December 05, 2025 2 posts
Alright π β hereβs your Java .map() & .flatMap() Cheat Sheet so you can instantly decide which one to use in real-world coding. Java .map() ...
Perfect π β hereβs a visual diagram showing how .map() and .flatMap() work in Java Streams. Visualizing .map() vs .flatMap()1οΈβ£ .map()&nbs...