0
Is Python work on interpreter or compiler?
I think it might be both like java! please help
1 Answer
+ 13
It's work on interpreter, every source code is checked line by line.
Java is working over jvm via using jdk. multiple time compilation is done in the Java and platform independent as it generates .jar file