+ 3
How to make webpage using java
13 Answers
+ 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