java or C
C vs Java for a beginner developer
What is the difference between Java and C++? - Stack Overflow
Why Java and not C#?
Videos
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.
Hi all. I have learnt a bit of C in the past and now a company is offering a free course with the possibility to work for them afterwards. The other option is to take this Java course which is available right now.. I know that the two languages differ and that C is procedural and Java is OOP. Which will be the better language for a beginner like me? Are there still C jobs in the world or maybe I should learn Java for it will be more effective in my future career? One more thing - if decide to go into Cybersecurity which of the two will be more helpful ?
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.