0
why performance wise java is slow
1 Answer
+ 1
Because java has JVM (Java Virtual Machine) which is another processes that has to be taken when compiling. JVM turn byte-code into machine code so you can write once compiler anywhere, the time taken to complete this process is added to the compiling of and java applications
Hot today
Python — File Handling
1 Votes
Help me solve this (using loop)
3 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Help me
0 Votes