Which computer languages is easier to learn? Java, C#, C++, C
Of those? Java
What's the advantages of using java compared to C#, C++, C,etc?
Well, it is easier to learn
Well, almost everything has a Java Virtual Machine (JVM) so you don't have to worry as much if your code will work for someone else. If you program in C++ for instance, a very similar language to Java, you might end up compiling your code into 64 bit instead of 32 bit, and someone with a 32 bit computer won't be able to run it. C is almost entirely different, it's a lot closer to the hardware and you can do a lot more "hardcore" programming stuff with it, but it really depends on what you're planning on doing. There's no reason why you can't learn a little of everything eventually, but definitely take them one at a time.
Good, Thanks all of you!
Yeah, overall Java, C++, and C# are the most similar, and a very similar language to them is Python since they're all object oriented programming languages. If you have other questions about Java, I can probably answer them or help you find resources if you're interested in teaching yourself.
Join our real-time social learning platform and learn together with your friends!