0
what you can do in c and cannot do in java?
My second question is what you can do in Java and cannot do in C?
1 ответ
+ 1
biggest difference is that Java is object oriented while C is not. Java has classes and objects. C has no classes. just Structs. C has pointers