answersLogoWhite

0

For one: you cannot write applets (web-browser-extensions) in C.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What advantage does Java's break statement have over C's break statement?

They do the same thing, but only the former can be used in a Java program.


Why is java's portability better than c plus plus?

As we know that java is a plateform independent language and the main advantage of java is that it can support to any operating system and can be executed to any machines without any modifications.Due to the use of class in java it has become more easier to understand the program compared to c plus plus.Hence,java is portable than c plus plus


What are the features in java that makes it similar to C programming?

Java is not similar to C. Java is, however, similar to C++. Both C++ and Java are object orientated programming languages (OOPL's).


Major difference between c and java?

Java is object oriented, C is not...


Header files in Java programming?

Java does not require header files like C/C++.


Advantage of java over j2ee?

HI, Java and J2ee java is for the stand alone application but j2ee is for the enterprise applications.


Advantages of C over C plus plus and java?

C can be faster than C++ programs, and definitely faster than Java, since Java is primarily interpreted. C is also somewhat less rigid in definitions as well, not as tightly structured as either C++ or Java can be.


Which is easier 'C plus plus' or 'Java'?

Java is considerably easier than C++.


What are the feature of java which have been implemented in c?

None, as C was made prior to Java.


Where can you find Java and c compilers?

Java: At java.sun.com in the download JDKcategory.C: Google for "Free C/C++ Compilers"


Is it necessary for you to learn c and c plus plus before you go for java?

No. You can learn Java first if you want. However, from a language perspective, C++ and Java are nearly identical1, and C is the predecessor of C++, so some people feel that the proper sequence is C, then C++, then Java. It is entirely up to you. ----------------------------------------------------------------------------- 1Nearly identical, that is, from a language perspective only. The environment and libraries are vastly different between C++ and Java.


Which one is better C or c?

it depends on what do you want to do. C is a compiled language, which means that the source is compiled in an executable that run directly in the machine and Java is interpreted (it is compiled to a 'byte code' that the java vm reads and executes this has several advantages and disadvantages Java is cross-platform (works in many OS's) you don't need to recompile the java app to get it to work in another platform in C you have to recompile it in each platorm you want to run it C is more efficient because it's compiled. Java is more a high-level language. this means that there are lots of things that are made automatically for you (such as memory handling etc) that in C aren't. this is an advantage and also a disadvantage, because in C you can control more accurately what your app does, increasing the efficiency, but it's hard. Java is an object oriented language (has classes and all that) I find it very useful to make big apps. Java needs the interpreter to work that means that if someone wants to run your app, he'll have to dl and install Java. I prefer java, but each one has his pros and cons. it depends on what do you want to do: Program algorithms, calculations etc: C is better Other stuff: Java