How to make webpage using java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to make webpage using java

7th Jun 2020, 7:19 AM
Jagadeesh
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.
7th Jun 2020, 7:36 AM
Killú
Killú - avatar
8th Jun 2020, 7:07 AM
narayanaprasad
narayanaprasad - avatar
+ 3
What are oop concepts and where they are useful for us?
8th Jun 2020, 9:42 AM
Neeraja Bugatha
+ 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
7th Jun 2020, 7:21 AM
ABHISHEK
ABHISHEK - avatar
+ 2
Only with core java i want to develop project
7th Jun 2020, 7:22 AM
Jagadeesh
+ 1
Do you know about servlet?
7th Jun 2020, 7:25 AM
ABHISHEK
ABHISHEK - avatar
+ 1
JSP servelet yes i know
7th Jun 2020, 7:25 AM
Jagadeesh
+ 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
7th Jun 2020, 7:27 AM
ABHISHEK
ABHISHEK - avatar
+ 1
Pls send normal webpage design code in php
7th Jun 2020, 7:40 AM
Jagadeesh
+ 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.
7th Jun 2020, 7:41 AM
DHANANJAY PATEL
DHANANJAY PATEL - avatar
0
By using Java server pages
8th Jun 2020, 3:15 AM
Muhammad Mehran Bin Azam
Muhammad Mehran Bin Azam - avatar
0
by using JSP
8th Jun 2020, 6:49 PM
Kelvin A
Kelvin A - avatar