GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  JSP
Next Question 
 JSP  |  Question 1 of 308    Print  
What is JSP

  
Total Answers and Comments: 22 Last Update: May 01, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 3   « First    1    2    3    >     Last »  
March 08, 2005 07:23:49   
John        

RE: What is JSP
JavaServer Pages. A server-side technology JavaServer pages are an extension to the Java servlet technology that was developed by Sun. JSPs have dynamic scripting capability that works in tandem with HTML code separating the page logic from the static elements -- the actual design and display of the page. Embedded in the HTML page the Java source code and its extensions help make the HTML more functional being used in dynamic database queries for example. JSPs are not restricted to any specific platform or server.
 
Is this answer useful? Yes | No
June 09, 2005 06:07:50   
Ramesh        

RE: What is JSP
Jsp contains both static and dynamic resources at run time.Jsp extends web server functionalities
 
Is this answer useful? Yes | No
July 29, 2005 05:19:02   
Supraja        

RE: What is JSP
Java Server Pages (JSP) is a technology that lets you mix regular static HTML with dynamically-generated HTML. Many Web pages that are built by CGI programs are mostly static with the dynamic part limited to a few small locations. But most CGI variations including servlets make you generate the entire page via your program even though most of it is always the same. JSP lets you create the two parts separately.
 
Is this answer useful? Yes | No
August 03, 2005 08:20:57   
anu        

RE: What is JSP
nice
 
Is this answer useful? Yes | No
August 22, 2005 06:55:23   
Deepak Gupta        

RE: What is JSP
Yes a JSP is a perfect example of combination of static and dynamic contents generated at runtime. An HTML designer and a java programmer can work in tandem with a greater levearage provided to their individual skills. Applying a more greater level of abstraction the maximum amout of page logic can be transfered to the java beans making the jsp virtually code free. The logic can then be referenced in the page using the html like tags for the java bean.
Further we can make the page even text free using struts tiles framework. The result is an ideal jsp having tags for both dynamic JAVA page logic and static presentation HTML logic

 
Is this answer useful? Yes | No
August 25, 2005 13:51:49   
akmal        

RE: What is JSP
Even though the servlets provide better performance most of the developers using servlet technology tend to mix the presentation logic and the business logic.This increases the cost of maintaining the project.
 
Is this answer useful? Yes | No
August 27, 2005 09:24:46   
vamshidhar ghanpur        

RE: What is JSP
jsp is server-side technology which combines both-
application logic(java code) and presentation logic(HTML code) so that HTML designers and java code devlopers can work in tandom(simultaniously) by providing there max skills on the application JSP's reduces javacode by introducing customtags moreover no recompilation problems when code needs to be modified.

 
Is this answer useful? Yes | No
August 31, 2005 13:33:25   
Sabari Rajan S        

RE: What is JSP
JSP is a Sun Microsystems answer to the Microsoft's ASP Technology. JSP is a Server - Side Scripting language which is used to create both Dynamic and Static web pages.
 
Is this answer useful? Yes | No
September 07, 2005 16:53:54   
tulasi        

RE: What is JSP
jsp is a text based document which process request to create response.jsp is a powerful technology which is used to create dynamic webcontent on the serverside.
 
Is this answer useful? Yes | No
September 10, 2005 06:03:53   
venkat        

RE: What is JSP
how to structs deployed tell me
 
Is this answer useful? Yes | No
  Page 1 of 3   « First    1    2    3    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape