Bikash Nishankbikash-nishank.hashnode.dev·Oct 13, 2024JVM Architecture in Depth Understanding1. Introduction to Java Virtual Machine (JVM) 1.1 What is the JVM? The Java Virtual Machine (JVM) is a virtual environment responsible for running Java applications. When you write Java code and compile it, the Java compiler (javac) transforms the hu...Class Loader
Vivek Sutharblogbyvivek.hashnode.dev·Jul 16, 2023JNI: Calling C++ Code from JavaWhile exploring the New Architecture of React Native, I found the JSI(JavaScript Interface) and how it communicates from JS to C++ and vice-versa.So I started gathering information about how this works, upon doing some quick internet searches, I foun...3 likes·143 readsWeekend Experiments Java