Should start learning Java?

Should I learn?


  • Total voters
    26
Status
This thread has been locked.

HatefulMoron

Feedback score
0
Posts
29
Reactions
14
Resources
0
Yeah, but they are essentially the same thing. One is Programming the other is Scripting. Besides that, they are essentially interchangeable. Especially in regards to this discussion.
I think there's a few things here worth considering.
  1. They're not really interchangable. Javascript is the de-facto king of the internet despite never earning this title through its own merits. Unless you think your users are going to run java applets on your website and javascript for your high-speed high-throughput environment they don't compete for the same use case.
  2. I don't agree with the arbitary lines people draw 'programming' and 'scripting', usually it's just an epithet to throw at languages that aren't compiled to binary. Besides, Java is a bytecode language, so is Javascript. From the spectrum of binary compiled to interpreted, they're both around the same.
 
Status
This thread has been locked.
Top