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

How can a thread safe JSP page be implemented?

0 Answers  


List out some advantages of using jsp.

0 Answers  


Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.

1 Answers   ME,


Explain static method?

0 Answers  


What are the different scope values for the jsp objects?

0 Answers  






What is context in jsp?

0 Answers  


How can we retrieve warnings?

0 Answers  


what type of question will be asked in the interview in this software field?????///

2 Answers   wbsedcl,


What is jsp action tags?

0 Answers  


Explain the steps for creating custom tags in jsp?

0 Answers  


What is session object in jsp?

0 Answers  


What are the jsp tag?

0 Answers  


Categories