Question d’entretien chez Wipro

What is the difference between c and Java?

Réponse à la question d'entretien

Utilisateur anonyme

29 mars 2022

C is a middle-level language as it binds the bridges between machine-level and high-level languages. Java is a high-level language as the translation of Java code takes place into machine language, using a compiler or interpreter. C is only compiled and not interpreted. Java is both compiled and interpreted.