General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
D K
ByteByteGo
comments
Comments by "D K" (@DK-ox7ze) on "Python Vs C++ Vs Java!" video.
@superdingo9741 Why is JVM faster than an interpreter, given that both need to ultimately convert the code to machine code to be executed by the CPU?
6
If Java is compiled just in time before execution, then it means it's compiled in stages, like how Javascript is complied by JIT complier in stages. Then why is Java significantly faster than Javascript?
4