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...
java-lecture-1.hashnode.dev2 min readNo responses yet.