How to make webpage using java | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

How to make webpage using java

7th Jun 2020, 7:19 AM
Jagadeesh
13 Respostas
+ 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