In C, the compiler converts the program into an executable file. In JAVA unlike C, the compiler(javac) converts our program(.java file) into byte code(.class file) that is sort of in an intermediate state, after that JVM interprets that byte code int...
suryanshdsa.hashnode.dev1 min readNo responses yet.