0

Can I just use Java to create a website?

Creating a website as in purely using Java Programming language.

12th May 2018, 5:26 PM
Zikry Abdul Wafi
Zikry Abdul Wafi - avatar
3 odpowiedzi
+ 3
I think it depends on what you mean. In any case, if you want to create a Website in Java maybe you should check this: https://www.dailyrazor.com/blog/best-java-web-frameworks/
12th May 2018, 7:27 PM
Mickel
Mickel - avatar
+ 2
i think yes if you create something like a localhost server in java but you have to know at least the foundamentals of html
12th May 2018, 6:40 PM
Etabeta1🇮🇹
Etabeta1🇮🇹 - avatar
+ 1
You certainly can. You could just write HTML code into a file using java.io.FileWriter; class. You will get a valid HTML document. Depends on what you mean under a website. I would call a few HTML files a website.
12th May 2018, 6:40 PM
Blade Wolfmoon
Blade Wolfmoon - avatar