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

Explain jsp lifecycle methods?

1 Answers  


What is out println in jsp?

1 Answers  


Which is better jsp or javascript?

1 Answers  


What do you mean by jsp directives?

1 Answers  


How can we prevent implicit session creation in jsp?

1 Answers  


What is expression tag in jsp?

1 Answers  


What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?

1 Answers   Cap Gemini,


What do you know about writing custom jsp tags?

1 Answers  


when we will use the SendRedirect method instead of forward.

1 Answers   pspl,


What is the purpose of jsp?

1 Answers  


What is _jspservice method?

1 Answers  


What is jsp include tag?

1 Answers  


Categories