what's the difference between java and C language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what's the difference between java and C language

23rd Aug 2016, 10:20 AM
Seungyoon Lee
4 Answers
+ 1
honestly, a LOT. C isnt OOP for a start
23rd Aug 2016, 10:42 AM
Molnár Gábor
Molnár Gábor - avatar
0
C is totally different than Java while we can say C language is mother language for all further language developments.. whether it is OOP OR JAVA. Basics required from C. And with that C is stronger in security concerns.. that's y Windows written n developed in c using pointers an all
23rd Aug 2016, 5:10 PM
Shubham Burghate
Shubham Burghate - avatar
0
c is platform dependent language. java is a platform independent language. in Java if we compile a source code it first generates .class file which contains byte code. so that we can run that byte code where ever you want by simply saving that .class file to your pendrive.a and it gives platform independent results irrespective of the operating system like Linux,windows etc.
24th Aug 2016, 3:50 AM
Sarath chalapaka
Sarath chalapaka - avatar
0
Java is platform independent, object oriented
24th Aug 2016, 11:27 AM
shridhar metraskar
shridhar metraskar - avatar