English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Is Java or C++ the fastest language or something else? would be for database or business applications.

2006-07-11 05:26:49 · 4 answers · asked by groundbrandon 3 in Computers & Internet Programming & Design

4 answers

"Assembler" is the fastest, but that is because it isn't exactly a programming langauge...it's more like raw machine code. It wouldn't be too useful for Database programming, unless you really knew what you were doing.

It comes down really to how clean and stream-lined your code is, not which langauge you use. So go with the one you know best.

2006-07-11 05:31:20 · answer #1 · answered by Tim 6 · 0 0

No, Java and C++ are not the fastest. The fastest are binary code because the PC could directly assemble the codes

2006-07-11 12:57:44 · answer #2 · answered by kirtimannigam123 1 · 0 0

Java is cross-platform but not considered fast. Assembly is the fastest but you'll unlikely use that. C is the 2nd fastest then C++

2006-07-11 12:31:33 · answer #3 · answered by alaa_tm 3 · 0 0

assembly is the fastest, the further you get from assembly the slower the program will be. (C -> C++ -> Java -> PHP, etc.)

BTW, Windows isn't a programming language, most programming languages can be compiled on Windows.

2006-07-11 12:30:43 · answer #4 · answered by John J 6 · 0 0

fedest.com, questions and answers