WHAT IS THE DIFFERENCE BETWEEN C AND JAVA
Answers
Answered by
2
c is structured oriented language whereas java is object oriented language
java is platform independent language
whereas c is not platform independent language
and pointers are used in c language and in java we can't use the pointers
java supports concept of overloading whereas as in c language there is no overloading
c is low level language and java is high level language
java is platform independent language
whereas c is not platform independent language
and pointers are used in c language and in java we can't use the pointers
java supports concept of overloading whereas as in c language there is no overloading
c is low level language and java is high level language
Answered by
0
1) Java is object- oriented while C is procedural, different paradigms.
2) java is interpreded language while C is a compiled language.
3) C is a low-level language while java is a high leve language.
4) C uses the top down {sharp & smooth} approach while java uses the button-up {on the rocks} approach.
5) ponter go backstage on java while C requires explicit handling of pointers.
6) The behind-the-scenes memory management with java and the user-based memory in C
7) java support method overloading while C does not support over loading at all.
8)unlike C java does not support processors,& does not really them.
9) the standard input and output functions.
10) exception handling in java and the errors & crashing in C.
2) java is interpreded language while C is a compiled language.
3) C is a low-level language while java is a high leve language.
4) C uses the top down {sharp & smooth} approach while java uses the button-up {on the rocks} approach.
5) ponter go backstage on java while C requires explicit handling of pointers.
6) The behind-the-scenes memory management with java and the user-based memory in C
7) java support method overloading while C does not support over loading at all.
8)unlike C java does not support processors,& does not really them.
9) the standard input and output functions.
10) exception handling in java and the errors & crashing in C.
Similar questions
java is platform independent language
whereas c is not platform independent language
and pointers are used in c language and in java we can't use the pointers
java supports concept of overloading whereas as in c language there is no overloading
c is low level language and java is high level language