33
JSPJSP
They are HTML documents which areThey are HTML documents which areembedded with Java code using differentembedded with Java code using differentJSP tags.JSP tags.
When compared with servlets they areWhen compared with servlets they areunstructured and contains pieces of javaunstructured and contains pieces of javacode scattered through out an HTML file.code scattered through out an HTML file.
Since they are server-side applications,Since they are server-side applications,they have access to server resources suchthey have access to server resources suchas servlets, javabeans, Ejbs and databases.as servlets, javabeans, Ejbs and databases.
Leave a Comment