0
limitations of javascript?
what are the limitations of javascript that other language like Java can do or what are the things that javascript can do but others not? Nb : javascript can be used in sever side like nodejs
4 Answers
+ 4
your mind.
joking. i don't know javascript well, but i think it's limited to website stuff.
java meanwhile, can't do html web stuff (i might be wrong) like javascript can. it does general purpose stuff like app or program development.
+ 2
With Java you can create multiplataform desktop and mobile applications and also for the web directly. Javascript is less powerful and you need other libraries/framework...
+ 2
Javascript can run client-side (browser) and server-side (Web server).
+ 1
Java is a full fledged programming language. JS is a scripting language. JS can only be used in certain environments like web. JS is designed to be like that. Notice it has none conventional input output.
Java is used to create softwares, JS is used to create small scripts which tweaks the environment like webpage.