How can I use Java with HTML5? 😕 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

3rd Jan 2018, 6:16 PM
ChessMaster
ChessMaster - avatar
5 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/
3rd Jan 2018, 6:30 PM
luciel
luciel - avatar
+ 7
I'm not sure if it will work in the Sololearn code playground though... 🤔 https://www.w3schools.com/tags/tag_object.asp
3rd Jan 2018, 6:23 PM
The Coding Sloth
The Coding Sloth - avatar
+ 5
you can use JSPs with Java , to mk html pages
7th Jan 2018, 8:46 PM
Morpheus
Morpheus - avatar
+ 4
design page in html like any form do business logic to display or store data in database by using java.
3rd Jan 2018, 6:18 PM
Arpit Srivastava
Arpit Srivastava - avatar
+ 3
That is not what I meant, I know what I can do with it, I was just wondering how to do it.
3rd Jan 2018, 6:23 PM
ChessMaster
ChessMaster - avatar