+ 3
How Do we use java in Html?
I know that we can use javascript by using the <script> tag but how do we implement java in a webpage made using html.
8 ответов
+ 10
@Abhi Varshini
Good links !! 😊
+ 5
Thanks
+ 5
However, java applet is no more a supported technology from about one year:
https://www.v3.co.uk/v3-uk/news/2443810/oracle-signals-the-end-of-java-applet-support-for-browsers
+ 4
@subham dalal, JavaScript is technically not a scripting language anymore as it is compiled completely before execution on almost all runtime environments, ( since Google made a proper runtime engine v8 that compiles and it got popular)
JavaScript was not intended to be object oriented but purely functional, but due to popularity recently years js is also including Oop features , but it's messy and not fun as Oop in java
btw if u want java now, u can have it in the backend as much as you want but client side ( browser) support is not cool with Java anymore,
+ 1
Thanks for the correction @Morpheus
0
Java and JavaScript both are different.
However both are based on oops concept.
but java is programming language
and
JavaScript is scripting language.
in html page just embedd your java applet.
0
create java applet, and embed your applet into html
https://www.w3schools.com/tags/tag_applet.asp