0
Can you build webs with java?
Almost all webs here are using HTML! And when I tried the web course, it said all of them use HTML! Can java do any
2 Answers
+ 3
Java can dynamically generate and deliver HTML-based web pages, similarly to how it constructs and outputs text strings.
+ 1
For back-end, yes. For front-end, No. HTML is used for that.