Does anyone know how you can make a java program compile and run quicker? Does it have anything to do with the primative types you use?
Printable View
Does anyone know how you can make a java program compile and run quicker? Does it have anything to do with the primative types you use?
I think the speed at which a program executes depends on what kind of program it is. Of course anything io or network bound is going to run much slower. Execution speed it also dependent on the interpreter used.