which is better to learn Java or c language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

which is better to learn Java or c language

28th Jun 2018, 7:04 AM
Thulasi Ram
Thulasi Ram - avatar
2 Answers
+ 1
Java is better because you can use java to develop android applications.
28th Jun 2018, 7:10 AM
Prince Raj
0
There could be various reasons to choose a language but if you’ve arrived at a point where you have to make a decision between these two languages, here's a list of comparisons where we could decide which one of them is better Java is an object oriented language whereas C is a procedural language. C breaks down to functions while Java breaks down to objects Java is an interpreted language, while C is a compiled language. This means that, when C gets compiled it translates your code to -0’s or -1’s, which is understandable by your computer. Java executes by transforming your code to bytecode. Java is a high level language while C is a low level language Java uses bottom-up approach and C uses top-down. C defines the code by splitting into smaller units whereas Java combined smaller elements to form whole. Pointers in Java goes backstage while C requires explicit handling of pointers. Java has a behind the scenes memory management while C has a user based memory management. So i will recommend you to learn java: See here are some best ways to learn java:- http://crbtech.in/Java-Training/best-way-go-learning-java/
29th Jun 2018, 5:13 AM
pranit patil
pranit patil - avatar