All Stories

Java - volatile

Volatile keyword

In tutorial, volatile, java, Jan 23, 2025

Java - no_image

Transient

In tutorial, no_image, java, Jan 23, 2025

Java - no_image

Ovverriding vs Overloading

In tutorial, no_image, java, Jan 23, 2025

Java - no_image

final, finally, finalize

In tutorial, no_image, java, Jan 23, 2025

Java - no_image

Stream vs Iterator

In tutorial, no_image, java, Jan 23, 2025

Java - no_image

String vs StringBuilder vs StringBuffer

In tutorial, no_image, java, Jan 23, 2025

Java - jdk

JDK & JRE & JVM

In tutorial, jdk, java, Jan 23, 2025

Java - no_image

Object monitorSynchronization is built around an internal entity known as the intrinsic lock or monitor lock. (The API specification often refers to this entity simply as a “monitor.”...

In tutorial, no_image, java, Jan 23, 2025

Java - java_memory_leak

Memory leakA Memory Leak is a situation where there are objects present in the heap that are no longer used, but the garbage collector is unable to remove them from memory, and theref...

In tutorial, java_memory_leak, java, Jan 23, 2025

Java - no_image

Immutable objectAn immutable object is an object whose internal state remains constant after it has been entirely created. This means that the public API of an immutable object guaran...

In tutorial, no_image, java, Jan 23, 2025