KCKartikey choudharyinkodes.hashnode.dev·May 12, 2025 · 2 min readhow JIT deals with hotcode??Before we begin we are dealing with these questions:: if some same piece of code is running lets say 100000 times and JIT is converting from bytecode to machine code , isn’t it inefficient doing the same thing again? if there is some piece of code ...01L
KCKartikey choudharyinkodes.hashnode.dev·May 11, 2025 · 3 min readwhy c++ is not platform independent like java?why c++ is not platform independent like java? Java is often praised for its ability to run the same code on different systems. C++, on the other hand, is known for its speed and low-level control, but lacks platform independence. Let’s explore why t...01L
KCKartikey choudharyinkodes.hashnode.dev·Nov 14, 2023 · 2 min readWhy C language Survived?C lang developed back in the 1980's is still relevant now. programmers still use it as the first language they learned but the main question is how? I mean in the world of tech where things change so fast how this decades-old language is still releva...00