Ask your own question, for FREE!
Computer Science 29 Online
OpenStudy (y1066380):

Which computer languages is easier to learn? Java, C#, C++, C

OpenStudy (anonymous):

Of those? Java

OpenStudy (y1066380):

What's the advantages of using java compared to C#, C++, C,etc?

OpenStudy (anonymous):

Well, it is easier to learn

OpenStudy (kainui):

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.

OpenStudy (y1066380):

Good, Thanks all of you!

OpenStudy (kainui):

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.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!