Sunday, December 07, 2025 3 posts

✍️ ningnong
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...
Read more β†’
✍️ ningnong
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 ...
Read more β†’
✍️ ningnong
​ 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...
Read more β†’

Friday, December 05, 2025 2 posts

✍️ ningnong
Alright πŸš€ β€” here’s your  Java  .map()  &  .flatMap()  Cheat Sheet so you can instantly decide which one to use in real-world coding. Java  .map() ...
Read more β†’
✍️ ningnong
Perfect πŸ‘ β€” here’s a  visual diagram  showing how  .map()  and  .flatMap()  work in Java Streams. Visualizing .map() vs .flatMap()1️⃣ .map()&nbs...
Read more β†’