+ 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.

14th Jan 2018, 11:11 AM
Typhoon
Typhoon - avatar
8 ответов
+ 10
@Abhi Varshini Good links !! 😊
14th Jan 2018, 12:01 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 5
Thanks
14th Jan 2018, 11:14 AM
Typhoon
Typhoon - avatar
+ 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
14th Jan 2018, 12:04 PM
visph
visph - avatar
+ 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,
8th Feb 2018, 7:40 AM
Morpheus
Morpheus - avatar
+ 1
Thanks for the correction @Morpheus
8th Feb 2018, 2:49 PM
Shubham Dalal
Shubham Dalal - avatar
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.
14th Jan 2018, 3:00 PM
Shubham Dalal
Shubham Dalal - avatar
0
create java applet, and embed your applet into html https://www.w3schools.com/tags/tag_applet.asp
17th Jan 2018, 4:50 PM
Fariz Fadian
Fariz Fadian - avatar