Difference of jsp and html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Difference of jsp and html

In eclipse create jsp page and simple html page so what's the difference between them.??

19th Jan 2018, 3:53 AM
Parmar Dhaval
Parmar Dhaval - avatar
1 Answer
+ 2
html, is just html file which runs on the browsers. jsp, i.e., java server pages, is html + java, which runs on the server!
19th Jan 2018, 4:06 AM
Harjeet Singh
Harjeet Singh - avatar