+ 7
How can I use Java with HTML5? đ
I would like to integrate Java applications inside of my webpage. Is this possible inside of SoloLearn, and if not is it possible outside of SoloLearn?
7 Answers
+ 5
The issue is HTML is front end while Java is back end. So they cannot work side-by-side in visual design of a website. Back end languages, though, are used for three things: server, application, and database. All of which can help the HTML run.
Hereâs some more on front-end and back-end: https://codeup.com/front-end-vs-back-end/
+ 7
I'm not sure if it will work in the Sololearn code playground though... đ€
https://www.w3schools.com/tags/tag_object.asp
+ 5
you can use JSPs with Java , to mk html pages
+ 4
design page in html like any form do business logic to display or store data in database by using java.
+ 3
That is not what I meant, I know what I can do with it, I was just wondering how to do it.