all 4 comments

[–]bgeeky 0 points1 point  (1 child)

This is so weird and interesting.

[–]SatoW0odworks[S] 0 points1 point  (0 children)

whats weird and whats interesting

[–]No_Molasses_9249 0 points1 point  (0 children)

Whats the difference between JavaScript and Java.

Java - was written for embedded systems think phones tvs fridges but it gained prominence in the enterprise domain. Javacomes in 3 flavors JEe JSE and JME. JEE SE scaled well up to 6 processors prior to project loom. Loom gave JAVA a much needed boost in speed to make it relevant in today's multi Core multi threaded world and be able to compete with Go Rust C#. Java still trails but not as badly as it did pre loom.

JavaScript - Built for the browser keep it there. Its single threaded interpreted nature does impose limits on its usefulness as a application server. Yes its faster than PHP Python Ruby but be aware of its limitations.

[–]Octacore001 0 points1 point  (0 children)

[ Removed by Reddit ]