Tell me some difference between java and c?

Leandri Marais
Leandri Marais

Posted On: Apr 11, 2020

 

Difference between java and c programming is

Java is an Object-Oriented language. Java is a high-level language as the interpretation of code directs place into computer language utilizing compiler or translator. Java is an Interpreted language which as is in Java, the cryptogram is first modified into bytecode and that bytecode is later administered by the JVM (Java Virtual Machine). Java cuts down to Objects. Together with application programming and system programming cannot be used in Java.

C is a Procedural Programming Language. C stands as a middle-level language as the binding of the clefts takes place betwixt high-level languages and device-level language. C is a codified language that changes the cryptogram into the automaton language so that it may be followed by the tool or arrangement. C usually breaks down to uses. C programming language may be utilized for system programming as thoroughly as Application programming.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cyient Software Engineer Interview Questions

    What are basics of OOPS Concepts?

    OOP concepts in Java are the main ideas behind Java's Object-Oriented Programming. They are an abstraction, encapsulation, inheritance, and polymorphism. There are four main OOP concepts in Java. The...

    Cyient Software Engineer Interview Questions

    Write SQL query to join two tables?

    A JOIN condition is applied to join rows from two or added tables, founded on a similar column connecting them. The various kinds of the JOINs in SQL:LEFT (OUTER) JOIN: Returns every record from ...

    Cyient Software Engineer Interview Questions

    What is Abstract class and interface?

    Abstract Class: An abstract class is a class that is declared abstract, it may or may not include abstract methods. When an abstract class is subclassed, the subclass usually provides implementations ...