Deloitte interview question

What is the difference between C and Java?

Interview Answer

Anonymous

25 July 2025

C is a procedural language, while Java is an object-oriented language. Java supports classes and objects, inheritance, polymorphism, etc., while C focuses on functions and structured programming.