Thursday, December 18, 2025 5 posts

πŸ“… Tricks

Java
✍️ ningnong
​ Java Memory Management - Explained JVM Structure with Examples ​ ​ 30 Must-Know Java Tips and Tricks to Boost Your Coding Skills Java Best Practices That Every Java Developer Should Know i...
Read more β†’
✍️ ningnong
Atomicity in Java Atomicity in Java refers to the property of an operation being performed as a single, indivisible step, ensuring that no other thread can observe the operation in an intermedi...
Read more β†’
✍️ ningnong
Java Implementation Classes of List In Java, the List interface is part of the java.util package and provides an ordered collection that allows duplicate elements. To use a List...
Read more β†’
✍️ ningnong
In Java, the List interface (part of java.util ) represents an ordered collection that allows duplicate elements and provides positional access via indexes. Here’s a breakdown of the ...
Read more β†’
✍️ ningnong
Here’s a concise summary of Java’s built‑in logging API ( java.util.logging ), which is part of the standard JDK and requires no external libraries. java.util.logging Overview The java.ut...
Read more β†’