Skip to content
  • Home
  • Guides
  • About
  • Contact
java java
javartisans
java java
javartisans
  • Home
  • Guides
  • About
  • Contact
AdvancedJava

Concurrent Programming – [ Thread Pool + Executor Framework ] 

A thread pool is a collection of threads that are kept ready to execute tasks concurrently as they...
OVOSep 11, 2025Sep 11, 2025
concurrent programmingexecutor frameworkthread pool
Read More
BasicJava

LangChain4j – [ Bringing LLM Power to Java Developers ]

AI development has been exploding in recent years, with frameworks like LangChain becoming the goto tool for building...
OVOSep 10, 2025Sep 14, 2025
aiartificial intelligencelangchain4j
Read More
AdvancedJava

Concurrent Programming – [ Locks API ]

In Java, apart from using synchronized keyword to make thread safe of a shared resource, there are other...
OVOAug 16, 2025Aug 16, 2025
concurrent programminglock api
Read More
AdvancedJava

Concurrent Programming – [ CAS And Atomic Classes ]

In Java, apart from using synchronized keyword to make thread safe of a shared resource, there are other...
OVOAug 10, 2025Aug 10, 2025
atomic classescascompare and swapconcurrent programming
Read More
AdvancedJava

Concurrent Programming – [ Keywords ]

In Java, there are 3 keywords tightly linked to multi-thread concurrent programming : What You Need 1. Volatile...
OVOAug 6, 2025Aug 6, 2025
concurrent programming
Read More
AdvancedJava

Concurrent Programming – [ Thread ]

A thread refers to a single sequential control flow in a process, it cannot exist independently, it must...
OVOJul 29, 2025Jul 29, 2025
concurrent programmingthread
Read More
Spring

Spring – [ Overview ]

When developers talk about Spring, they’re usually referring to a powerful, flexible, and comprehensive framework for building Java...
OVOJul 22, 2025
spring
Read More
AdvancedJava

Concurrent Programming – [ Basic Knowledge ]

A Java application runs by default in one process. Within a Java application, we can use multi-threads to...
OVOJul 22, 2025Jul 22, 2025
concurrent programming
Read More
AdvancedJava

GC – 3 [ GC Log ]

A garbage collection log records data and statistics about Java garbage collection. It contains all the information to...
OVOJul 19, 2025Jul 19, 2025
gcgc-log
Read More
1234
  • Interview (3)
  • Java (47)
    • Advanced (15)
    • Basic (32)
  • Spring (7)
    • Module (6)

ai (9) aio (1) annotation (1) artificial intelligence (9) atomic classes (1) bio (1) bitwise operations (1) byte code (1) cas (1) collections framework (5) compare and swap (1) concurrent programming (6) exception (3) execution engine (1) executor framework (1) garbage-collection (1) garbage-collectors (1) gc (3) gc-log (1) generics (3) io (5) java class life cycle (1) java class loading (1) jdk new features (1) jvm (6) langchain4j (2) lock api (1) nio (1) object oriented programming (1) reflection (3) runtime data area (2) service provider interface (1) spi (1) spring (7) spring ai (6) thread (1) thread pool (1)

  • Terms Of Service
  • Privacy Policy