0
Can I just use Java to create a website?
Creating a website as in purely using Java Programming language.
4 ответов
+ 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/
+ 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
+ 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.