I Have Written Some Program Using All The Languages Like C,C++,Java,.Net. .Which Programming Language Will Execute Faster Assume That The Code Logic Is Same For All Programs?
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
C would actually be the fastest language to execute, and there are many programs with include code to illustrate the execution time. The factors that influence the execution speed of code is quite technical, and discussions can be found elsewhere, but C code executes the fastest and is also used in time critical applications in the good old days. However, I think that the difference is becoming less and less important these days, due to the speed of the processor these days. I am sure that dot Net or perhaps Java would the the slowest, because they both need to be interpreted at different levels due to their language and platform independence respectively.
answered 2 years ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.