Search Results for: Garbage Collection

Spring Boot Actuator A Complete Guide

Hello friends!!! In this article, we’re going to introduce Spring Boot Actuator for collecting metrics about your production grade applications and also talk about some simple ways to work with them in production. Spring Boot …

Advantages of Servlets over CGI

What is web application? A web application is an application accessible from the web. A web application is composed of web components like Servlet, JSP, Filter etc. and other components such as HTML. The web …

Differentiate JVM JRE JDK JIT

Java Virtual Machine (JVM) is an abstract computing machine. Java Runtime Environment (JRE) is an implementation of the JVM. Java Development Kit (JDK) contains JRE along with various development tools like Java libraries, Java source …

Java Virtual Machine (JVM)

A Java virtual machine (JVM) is a virtual machine that can execute Java bytecode. It is the code execution component of the Java software platform. Sun Microsystems has stated that there are over 5.5 billion …