answersLogoWhite

0

The C-Compiler generates platform dependant code. Therefore the generated program runs only on the architecture (Intel, Motorola etc.) and OS (Windows, Linux, AIX ...) it was compiled for. Therefore it is as fast as can be.

Java generates a virtual Byte-Code that needs to be interpreted by a second program. Therefore it is only necessary to port the Interpreter to the various platforms and operating systems.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the difference between java compiler and C compiler?

Greetings Technologist. The Java compiler compiles Java code, whereas the C compiler compiles C Code HTH Richard Wolf Software Architect


What is the difference between GCC compiler and turbo c compiler?

1. The Gcc compiler cna support multiple languages such as c,c++,Java,Fortran,Pascal etc.... Whereas in turbo c cpmpiler,it doesn't support multiple languages. 2. GCC compiler is a free software,... Whereas in turbo c cpmpiler , it is not a free software. 3. The GCC compiler is is a portable compiler,it runs on most plateform avilable today... Whereas in turbo c cpmpiler, it is not a portable compiler.


It is possible to build a C compiler on top of a C compiler?

It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.


No of pixel in c compiler?

There are no pixels in the C compiler!


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


Difference between Apple Mac and Intel c compiler?

Apple provide the GCC (GNU Compiler Collection) compiler with their development tools which come free with the Mac OS X. Intel produce a version of their compiler for the Mac platform. For specific details see the links below.


Difference between gcc compiler and other or benefits of gcc over c compiler?

gcc is a c compiler among many other things. It can also be used to compile code in other languages. gcc is a fairly advanced compiler and is used to compile Linux along with most other free(as in free speech) software.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.


What is the Difference between c and shell program execution?

The shell interprets the script, while the C-compiler generates a binary executable.


How carefully does the compiler pay attention to indentation?

The compiler does not pay any attention whatsoever to indentation in C and C++.


What is comment in C?

Something that the compiler ignores.Comments are enclosed between /* and */.


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.