DEVFYI - Developer Resource - FYI

What is JavaServer Pages (JSP)

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

150. What is JavaServer Pages (JSP)

An extensible Web technology that uses static data, JSP elements, and server-side Java objects to generate dynamic content for a client. Typically the static data is HTML or XML elements, and in many cases the client is a Web browser.

(Continued on next question...)

Other Interview Questions