Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Java > JSP

JSP JSP Interview Questions, Learn by sharing JSP Interview Questions asked in various companies, Get Career advices, Interview Procedures from JSP experts, Post asked JSP Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2008, 08:45 AM
Senior Member
 
Join Date: Mar 2008
Posts: 2,136
Default What is JSP

What is JSP?
Reply With Quote
  #2 (permalink)  
Old 04-25-2008, 07:11 PM
Junior Member
 
Join Date: Apr 2008
Posts: 1
Exclamation champ's answer

jsp is java server page

jsp converted to a servlet .class (on runtime)

it depends on jstl

it supports model -1 architechture;


it is used for presentation layer in model -2 mvc
Reply With Quote
  #3 (permalink)  
Old 04-28-2008, 07:34 AM
Junior Member
 
Join Date: Apr 2008
Posts: 3
Default

Quote:
Originally Posted by Jolie View Post
What is JSP?
Answer:
JSP is java server pages.
jsp is serverside programming language.
jsp is easier than servlet in case of code,syntax.
jsp is platform independent language.
Reply With Quote
  #4 (permalink)  
Old 07-23-2008, 10:47 AM
Member
 
Join Date: Jul 2008
Location: West Bengal,India
Posts: 48
Default

A JSP page is a text document that contains two types of text: static data, which
can be expressed in any text-based format (such as HTML, SVG, WML, and
XML), and JSP elements, which construct dynamic content.
__________________
Asit Kumar Purohit.
SRIC,IIT Kharagpur.
West Bengal,India
Mail me
Reply With Quote
Reply

Tags
java, jsp, software

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On