0
Can any one tell me which computer codding should i learn first for learning java
4 Antworten
+ 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.
+ 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.
+ 2
Timber brothers Java is independent Language. It doesn't depend on C, C++, C# or any other Language.
0
So what must i start with if i want to be a software developer?