What is the difference between Java and C++? - Stack Overflow
Very broadly, what are the differences between C, Python, and Java?
What is difference between Java and C?
java or C
What is the difference in the type of applications that can be developed using C and Java?
Is C or Java Easier to Learn?
What is the learning curve for C compared to Java?
Videos
This is far too general a question to be answered here.
Java is an explicitly object-oriented language, with the harder-to-use bits snipped off.
C++ is a multi-paradigm language with the safety off. You can do object-oriented programming in it, as well as procedural and generic.
If you had a more specific question, we could be of more help. Why did you ask? If you want recommendations for a particular platform, or project, or whatever, we could be more responsive.
A C++ programmer will tell you that Java is rubbish. A Java programmer will tell you that C++ is rubbish. Therefore I conclude that they are indeed the same thing.
From the perspective of the uninitiated, with a low level of proficiency, they look functionally indentical: all very useful, and each one capable of a wide range of tasks. A few syntax differences aside, elementary stuff looks practically interchangable.
At a deeper than surface level, what sorts of specialties does each offer? I’m a beginning programmer looking to get a basic lay of the land, as it were.
I know both java and c and I wanna use one as my primary programming language wich do you recommend?
edit:I don't do low level programming and I personally think I should go with Java thanks for the help.