How to merge of html with java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to merge of html with java?

I want to merge my java code with Html , Is there any possibilities to merge java and Html???

7th Sep 2018, 12:59 PM
Bharathi Priya
Bharathi Priya - avatar
3 Answers
+ 13
I dont know if its still a thing but there used to be JSP for java to work with HTML. JSP = Java Server Pages
8th Sep 2018, 7:22 PM
###
+ 3
I have never heard of it and I think it is not possible, but I am sure that you can transform a HTML code (in general web code) in an android app by following these steps: https://code.sololearn.com/W2nn352Y5aHM/?ref=app
7th Sep 2018, 1:07 PM
Ledio Deda
Ledio Deda - avatar
+ 1
You probably mean using html in the frontend and Java in the backend. You can use forms, buttons, etc. in html, with the help of JavaScript, then send information to/from your Java backend using connectors. Read about Ajax.
7th Sep 2018, 2:38 PM
Emerson Prado
Emerson Prado - avatar