I had no idea that Java was so ubiquitous.
I wonder why it isn’t recommended as a top language to learn?
I always see Python and JavaScript.
Posted Using LeoFinance Beta
I had no idea that Java was so ubiquitous.
I wonder why it isn’t recommended as a top language to learn?
I always see Python and JavaScript.
Posted Using LeoFinance Beta
Scripting languages are faster to code and easier to maintain.
Javascript is especially useful because it can talk to both websites (HTML) and make server calls easily while not blocking the code waiting for a response.
Basically the only reason to learn Java over scripting is that it's faster execution and used for a bunch of random stuff.