answersLogoWhite

0

They don't.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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++.


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.


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.


Where can you find Java and c compilers?

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


Why you learn java language?

java language moreover solve the problems witch is encounter in c and c++ that s why we use the java language...


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 is more popular c plus plus or java?

Java


What is feature that supported in c c plus plus and java but not in net?

C, C++ and Java are cross-platform languages. NET is for Windows-only.


What are the variant records in Java?

In C and C++ Variant Records correspond to Unions. There is no corresponding capability in Java