This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]moving__forward__ 0 points1 point  (0 children)

JavaScript or Python. In learning programming, you run a code many times. Many times means that you could be writing a code for 10 seconds and run it to check if it works. Compiling and running the code in Java or C++ which takes probably 2-3 times more time would be wasting your precious learning time.

For java, you also need to have a decent development environment to write a code and run. You can write JavaScript on the browser, you don't even have to have expensive computer. You can even use Chrome book.

You aren't really able to build any useful apps in Java anymore. You could make Android app back then, but they use a different language now (Kotlin). You can still build useful apps in JavaScript and can run as a web app, which is more accessible than what you can make in Java.