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

GC – 2 [ Garbage Collectors ]

Garbage Collectors are the implementations of garbage collections. Util today, with the development of java, it has derived...
OVOJul 14, 2025Jul 14, 2025
garbage-collectorsgc
Read More
AdvancedJava

GC – 1 [ Garbage Collection ]

Garbage Collection is another important part of JVM execution engine. It tracks each and every object available in...
OVOJul 8, 2025Jul 8, 2025
garbage-collectiongc
Read More
Interview

Main Features of Object-Oriented Programming

Object-Oriented Programming (OOP) is a programming paradigm, or a way of thinking about and structuring code, that organizes...
OVOJul 6, 2025Jul 12, 2025
object oriented programming
Read More
AdvancedJava

JVM – 6 [ Execution Engine ]

The execution engine runs the bytecode that has been loaded into the JVM’s runtime data areas by the...
OVOJun 29, 2025
execution enginejvm
Read More
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
1234
  • Interview (1)
  • Java (30)
    • Advanced (8)
    • Basic (22)

aio (1) annotation (1) bio (1) bitwise operations (1) byte code (1) collections framework (5) exception (3) execution engine (1) garbage-collection (1) garbage-collectors (1) gc (2) generics (3) io (5) java class life cycle (1) java class loading (1) jvm (6) nio (1) object oriented programming (1) reflection (3) runtime data area (2) service provider interface (1) spi (1)

  • Terms Of Service
  • Privacy Policy