Backend using Java
Sep 25, 2025 · 2 min read · Why Java ? compiled and interpreted language+ platform independent interpreted means code is read and executed line by line by an interpreter compiled means the code is first converted into bytecode by the compiler (javac) we can go deep down into th...
Join discussion