- 4
Is Java Like Html
Does a java programme run on Google directly?
11 Respuestas
+ 6
java is a programming language .Html is a markup language .This two language is totally different from one another.
+ 3
Mr. Coder javascript is also a programming language while html is not.You can use javascript in html but they are two different language .
+ 3
Yes.You can link it with html by script attribute:
https://www.w3schools.com/tags/att_script_src.asp
+ 2
no, Java and Javascript are completely different.
+ 1
1. Java and Html are completely different stuff. HTML is used to make simple webpages and Java is used to make applications.
2. "Does java programme run Google directly?"
I don't know what you mean by that.
+ 1
"Can We Link Javascript with html"
Mr. Coder yup, you can link.
+ 1
Mr. Coder Your question is very unclear. Please give more description.
A. "Is Java Like Html"
It depends on the basis of comparison. Both Java and HTML are computer languages. Whereas Java is computationally universal and HTML is not. To understand what that means visit this wikipedia article
https://simple.m.wikipedia.org/wiki/Turing_complete
Also, Java is a general purpose language while HTML is domain specific (markup in this case). To understand better see this
https://en.m.wikipedia.org/wiki/Domain-specific_language
Moreover, Java can not run directly on a browser except it is transpiled to JavaScript or WASM.
There are many other differences in the syntax of each language and tools used with each.
B. "Does a Java programme run on Google"
I am not sure what you are asking here. Can you elaborate?
0
So Is It Like Javascript
0
Can We Link It With Html
0
Thank You Friends
0
Thanks Friends