+1 vote
in JAVA by

What is JSP in Java?

1 Answer

0 votes
by

JSP is a technology that returns dynamic content to the Web client using HTML, XML and JAVA elements. JSP page looks like a HTML page but is a servlet. It contains Presentation logic and business logic of a web application.

...