Java Language is better than C Language?

Java Language vs C Language

Your Answer

One of the major difference between Java and C Language is that Java is Object Oriented Programming Language while C is not. C Programming is a low-level programming language whereas in case of Java it is a high-level programming language.

Ever worked with memory management in C Language? then you must have an idea about malloc and free functions which were used for memory management. i.e in C programming, the memory management is in the hand of a programmer whereas in Java the memory management is behind the scene. Java uses a garbage collector that removes the objects that no longer have any references to them.

Method overloading is only supported in Java and not in C Language, Java is better for web projects than C Language, and there are many reasons. 

Note that they both are used for different purposes.

0
programming in java
Practice Mock Test
programming in java