Is Java the hardest language or is C even harder?
What are the most difficult and easiest programming languages to learn for you?
General thoughts of learning Java as first language?
Sounds like you already have . It won’t be your last language, you have to learn something and keep going from there.
More on reddit.comHow difficult is Java?
Programming is easy to pick up. Difficult is to learn all the ecosystem and good design.
More on reddit.comWhich is the easiest programming language to start coding?
What is the hardest coding language to learn?
Which is the easiest programming language to learn?
They have simple syntax with words closer to the English language and are fairly popular, thus enabling good availability of learning opportunities.
Videos
I basically started with C at school, then went to Java, then small python and now a lot Javascript. I have a book about data structures which is for Java ( i know I could do in javascript etc. ) and everything is super difficult.
Basically there is no concept that I can carry from Javascript to Java. Everything has to be static or non-static. You have to be super careful about something being non-static because you can't use it in static etc.
Like to read a file and understand so I can do the first problem there is like 7 chapters in java tutorial before it is even covered.
Based on my experience, I find JavaScript, Java, and C++ the hardest languages to learn and master. So far the easiest one to understand is Python due to its syntax but I cannot truly say that I find it as one of the 'easiest'. CSS I think is easy to learn but quite difficult to master especially you are to create complex websites that displays sophisticated effects and design.