How to do a Web App with Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to do a Web App with Java?

Hi is it possible to do a web app with Java? If yes, how to do it and how to post it on a website? Thank you

19th Apr 2018, 7:16 PM
faby GT
faby GT - avatar
2 Answers
+ 24
It is possible. With Spring and Hibernate frameworks you can build a website.
19th Apr 2018, 7:31 PM
Igor Makarsky
Igor Makarsky - avatar
+ 7
Not sure what exactly you mean with web app... If you want to embed a Java application in a website, it is possible with Java applets. But I wouldn't recommend to actually go for it, because applets are deprecated from Java 9 onwards. Javascript might be the language you're looking for ;)
19th Apr 2018, 7:35 PM
Tashi N
Tashi N - avatar