0

Is it possible to insert a java source code into a html program?

Can i insert java in html like javascript or css

18th Apr 2018, 4:09 PM
Sourav Dutta
Sourav Dutta - avatar
5 Answers
+ 2
Applets are deprecated and need special permits in order to run.
18th Apr 2018, 4:29 PM
Luigi
Luigi - avatar
+ 1
Use Applets
18th Apr 2018, 4:42 PM
Richard Cofie
Richard Cofie - avatar
0
Unfortunately not, Java runs on the server side, it’s not embeddable in html pages.
18th Apr 2018, 4:21 PM
Luigi
Luigi - avatar
0
Java is platform independent. Once it is compile then it can run anywhere anytime. Although we needs applet to insert in html.
18th Apr 2018, 4:24 PM
Sourav Dutta
Sourav Dutta - avatar