Method Area(Non-Heap Area)
Method Area(Non Heap Area) has two major parts:- 1. Permanent Generation – This area stores class related data from class definitions, structures,[…]
Read moreAmplify your java knowledge with javagyansite
Method Area(Non Heap Area) has two major parts:- 1. Permanent Generation – This area stores class related data from class definitions, structures,[…]
Read moreJDK(Java Development Toolkit) – contains JRE + Other libraries to develop applications It provides the amenities for developing java based[…]
Read moreJIT Compiler is part of JVM Execution engine which helps in improving the performance of java programs.It compiles the bytecode[…]
Read moreWe will discuss the basics of Class Loading in Java. Steps involved in Class Loading Class loader loads, links, and initializes[…]
Read moreWhat is Java Virtual Machine(JVM)? JVM(Java Virtual Machine) provides the runtime environment for a java application. JVM executes the bytecode(.class[…]
Read more