Can any one tell me which computer codding should i learn first for learning java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any one tell me which computer codding should i learn first for learning java

17th Apr 2020, 3:19 PM
Timber brothers
4 Answers
+ 2
It really doesn't matter. What you learn first. The hardest language is first language. After that you only have to learn syntax, libraries, additional features.
17th Apr 2020, 4:19 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 10
Start with Assembly, then C, then C++, then Java, then C#. By the time you learn C#, you'll be angry that you didn't just start with C#. 🤣😂 So... to spare you some grief, start with C#. You can pick up Java later if you need to. But then you'll be frustrated with the Java language compared to C#. If you plan on doing web development, be sure to learn HTML/CSS/Javascript. Just know that Javascript is a different type of language than the strongly typed compiled languages I listed earlier. It's a dynamically typed, scripting language where functions are a first class citizen with OOP supported via prototypal inheritance rather than class based inheritance. I also recommend investing time in learning Javascript in NodeJS as well.
17th Apr 2020, 5:37 PM
David Carroll
David Carroll - avatar
+ 2
Timber brothers Java is independent Language. It doesn't depend on C, C++, C# or any other Language.
17th Apr 2020, 5:00 PM
A͢J
A͢J - avatar
0
So what must i start with if i want to be a software developer?
18th Apr 2020, 12:36 AM
Lerato Matsetela