+ 4
What is difference between java and java script ?
upvote for good answer
4 Respuestas
+ 5
Java is an object-oriented programming language.
It is used to create programs, that can be run by an operating system (like Linux or Windows).
Java script is a dynamic programming language.
It is used in webbrowsers, to allow clientsided scripts, to communicate with the users and manipulate with the browser and HTML documents. It allows for functionallity on websites basicly.
Java and JavaScript are not similiar context-vise, the name similarity is based more on history than tecnicality.
+ 3
java and javascript are actually quite different from what i've heard, to my knowledge java is moreso for programming and javascript is moreso a scripting language
+ 1
what is difference between c and c++ ?