0
What is the exact difference between java and java script
confused little bit...
5 Respuestas
+ 10
JavaScript is named so for marketing because Java was popular at that time. They are not related.
+ 4
ha literally almost everything.dont get confused with names
+ 2
JavaScript is a Scripting Language (Google it). It uses for front-end development. It runs on Web Browser.
-
Java is an Object Oriented Language (Google it)
-
Almost, every programming language is the same. Every languages have their own potential.
-
It's depending on which platform you will choose to work.
^_^
+ 2
First of all Javascript is a client-side scripting language which validate your data in the client side.
As in case javascript validates what is right or wrong which is set in its instruction or type of coding which is defined in its structure, It will not go and fetch in database, it will use its initial level programming criteria to see for it.
Java is OOPS based Language which is useful for building Desktop application as well as web application (server-side) where to deal with server/database to get dynamic information.
As in case Java sees in its database to see whether the values are their or not.
0
thanks for ur kind answers