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

JVM – 5 [ Threads Shared Runtime Data Area ]

Memory is a very important system resource. It is the intermediate bridge between the hard disk and the...
OVOJun 22, 2025
jvmruntime data area
Read More
AdvancedJava

JVM – 4 [ Thread Private Runtime Data Area ]

Memory is a very important system resource. It is the intermediate bridge between the hard disk and the...
OVOJun 17, 2025Jun 17, 2025
jvmruntime data area
Read More
AdvancedJava

JVM – 3 [ Class Loading ]

Loading is the first stage in java class life cycle. During this stage, class loader is in charge...
OVOJun 14, 2025Jun 14, 2025
java class loadingjvm
Read More
AdvancedJava

JVM – 2 [ Class Life Cycle ]

The life cycle of a java class includs 5 stages : load, link, initialize, use, unload. The first...
OVOJun 11, 2025Jun 11, 2025
java class life cyclejvm
Read More
AdvancedJava

JVM – 1 [ Byte Code ]

The computer cannot run directly java code (.java), it must be compiled into bytecode (.class), then it can...
OVOMay 30, 2025Jun 1, 2025
byte codejvm
Read More
BasicJava

Collections Framework – 5 [ Map ]

The Map interface in Java is part of the Java Collections Framework and provides a way to store...
OVOMay 18, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Collections Framework – 4 [ Queue ]

The Queue interface defines functionality for a collection that stores items in FIFO(First In First Out) order. It...
OVOMay 1, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Collections Framework – 3 [ Set ]

The Set interface defines the functionality of a collection that cannot contain duplicates in its elements. Items added...
OVOApr 13, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Collections Framework – 2 [ List ]

List interface extends Collection interface and allows : What You Need 1.Methods of List Interface A special interface...
OVOApr 2, 2025Jun 1, 2025
collections framework
Read More
34567
  • AI (9)
  • Interview (8)
  • Java (48)
    • Advanced (15)
    • Basic (33)
  • Spring (11)
    • Core (5)
    • 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) ioc (1) java class life cycle (1) java class loading (1) java trouble shooting (5) jdk new features (6) jvm (6) langchain4j (2) lock api (1) nio (1) object oriented programming (1) reflection (3) runtime data area (2) service provider interface (1) spel (1) spi (1) spring (11) spring ai (6) testing (1) thread (1) thread pool (1)

  • Terms Of Service
  • Privacy Policy