Skip to content
  • Home
  • Guides
  • About
  • Contact
java java
javartisans
java java
javartisans
  • Home
  • Guides
  • About
  • Contact
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
BasicJava

Collections Framework – 1 [ Overview ]

The Java Collections Framework offers a set of interfaces and classes whose purpose is to store multiple objects....
OVOMar 22, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Bitwise Operations

Bitwise Operations are an important tool for optimizing performance, improving code readability, and reducing code complexity in Java...
OVOFeb 14, 2025Mar 9, 2025
bitwise operations
Read More
34567
  • AI (9)
  • Interview (8)
  • Java (48)
    • Advanced (15)
    • Basic (33)
  • Spring (9)
    • Core (3)
    • 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) spi (1) spring (9) spring ai (6) thread (1) thread pool (1)

  • Terms Of Service
  • Privacy Policy