Domanda di colloquio di RTX

Describe the differences between Java and C.

Risposta di colloquio

Anonimo

7 apr 2016

Java is an interpreted language that runs within a virtual environment making Java super portable. C is a compiled language that is targeted for a specific architecture such as x86. C does not support OOP features and is for the most part, a procedural language unlike Java which is a highly Object Oriented language.