Q:

WHAT IS THE DIFFERENCE BETWEEN C AND JAVA?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS THE DIFFERENCE BETWEEN C AND JAVA?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

C is structure/procedure oriented programming language whereas Java is object oriented programming language.

  • C language program design is top down approach whereas Java is using bottom up approach.
  • C language is middle level language whereas Java is high level language.
  • Exception handling is not present in C programming language. Whereas exception handling is present in Java.
  • Polymorphism, virtual function, inheritance, Operator overloading, namespace concepts are not available in C programming language. Whereas Java supports all these concepts and features.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
C LANGUAGE HAS BEEN DEVELOPED IN WHICH LANGUAGE?... >>
<< WHAT IS THE DIFFERENCE BETWEEN TOP DOWN APPROACH A...