What is JSP?
Answers were Sorted based on User's Feedback
Answer / sumana
java server page(jsp) technology is the java platform
technology for delivering dynamic content to web clients
in a portable,secure and wrll_defind way . The java server
page specification extends the java servlet API to provide
web application developers
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / janet
JSP is a dynamic scripting capability for web pages that
allows Java as well as a few special tags to be embedded
into a web file (HTML/XML etc). The suffix traditionally
ends with .jsp to indicate to the web server that the file
is a JSP file.JSP is a server side technology you can't do
any client side validation with it.
The advantages are :
1. the JSP assists in making the HTML more
functional.Servlets on the other hand allow outputting of
HTML but it is a tedious process.
2. it is easy to make a change and then let the JSP
capability of the web server you are using deal - compiling
it into a servlet and running it.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is a translation unit?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
What is a javaserver pages (jsp)?
what type of question will be asked in the interview in this software field?????///
Explain the difference between servletcontext and pagecontext in jsp?
Explain the jsp:setProperty action.
When destroy method of jsp is called?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is the difference between server side and client side programming?
Can jsp contain javascript?
Differentiate between pagecontext.include and jsp:include?
How we can configure init params in jsp?