+ 3
How to make webpage using java
13 RĂ©ponses
+ 15
The simplest way to start making websites with Java is to use JSP.
JSP stands for Java Server Pages, and it allows you to embed HTML in Java code files for dynamic page creation.
In order to compile and serve JSPs, you will need a Servlet Container, which is basically a web server that runs Java classes.
+ 3
You may find answer in https://netbeans.org/kb/docs/web/quickstart-webapps.html
+ 3
What are oop concepts and where they are useful for us?
+ 2
You can learn jsp you can include html and java code in that
here is some source to learn jsp
https://www.sololearn.com/discuss/2225362/?ref=app
https://www.sololearn.com/discuss/2317031/?ref=app
+ 2
Only with core java i want to develop project
+ 1
Do you know about servlet?
+ 1
JSP servelet yes i know
+ 1
I haven't studied servlet but maybe it's written in java only i just know about it coz i have studied jsp .
You can google it or maybe someone who know answer your question soon
+ 1
Pls send normal webpage design code in php
+ 1
Applet is also a way to create Web application in Java.
It requires
import java.awt.Applet;
This very old way to use Java in Web application.
0
By using Java server pages
0
by using JSP