|
INTERVIEW QUESTIONS
J2EE
JSP
DETAILS
Question: What is JSP
Answer: 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.
|
|
|
Category |
JSP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7007 users |
Added on |
7/17/2011 |
Views |
69006 |
Rate it! |
|
|
Question:
What is JSP
Answer:
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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
I want to place two buttons one for save and one for delete.i am using DispatchAction as controller,how can i find which button i am pressing and how to diffrentiate?
|
View Answer
|
|
What is the Difference between sendRedirect() and Forward?
|
View Answer
|
|
Can I call an interface in a JSP?
|
View Answer
|
|
What is the differences between JSP LifeCycle and Servlet LifeCycle?
|
View Answer
|
|
How do u maintain a Session?
|
View Answer
|
|
How can initialize interface in JSP?
|
View Answer
|
|
How Do you implement interface in JSP?
|
View Answer
|
|
When we design some login form how we manage security for those forms?which technology used for that purpose?
|
View Answer
|
|
What is the need of implicit objects?
|
View Answer
|
|
Types of indexing used in oracle applications ? and when and how we decide to implement indexing to database ?
|
View Answer
|
|
My html form contains an INPUT "text" element that accepts Date, i want to catch that date and want to query it using JSP? In short, how can i use that HTML form element with Prepared Statements in JSP?
|
View Answer
|
|
How to Upload a textfile from JSP to Servlet
|
View Answer
|
|
How can we implement logoutpage using jsp ..? and Is there any method to force the browser to show the same page again and again after logout..?
|
View Answer
|
|
Why we can't implement interface in JSP? Why we can only extend classes in JSP?
|
View Answer
|
|
Web browser concept using jsp
|
View Answer
|
|
What data is stored in the variable appname when we give the folowing statement String appname=("manager".equalsIgnoreCAse(request.getContextPath()))?"/manager":"/portal";
|
View Answer
|
|
How can i clear values in sessions. if i open a jsp page it is containing previous values. then i need to open a new page then only i am getting a fresh page
|
View Answer
|
|
Text in textarea cant be copy by anyone while it is running in the browser (i.e,the text cant be copy and then paste on the other page) give me suggestion?
|
View Answer
|
|
Explain online banking system using java.that means i need architecture of online banking system.please sir i want full details
|
View Answer
|
|
What is the need of taglibraries?
|
View Answer
|