What is JSP?

Answers were Sorted based on User's Feedback



What is JSP?..

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

What is JSP?..

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 JSP?..

Answer / raseek

Java Server page is the extension of jsp.This is used to
create dynamic webpages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is out println in jsp?

0 Answers  


What is a tag file?

0 Answers  


How can I use jsp in the mvc model?

0 Answers  


What are the jsp tags?

0 Answers  


How are cookies set in jsp?

0 Answers  






What does jstl mean?

0 Answers  


Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?

0 Answers  


What is the jsp:setproperty action?

0 Answers  


Explain jsp:plugin action?

0 Answers  


Write a simple example for the clone() method.

0 Answers  


Why is jstl used?

0 Answers  


how can we retrieve the values in jsp by using custom tags

4 Answers   IBM, Wipro,


Categories