what is jsp? a technology ,a language or something else ?
Answers were Sorted based on User's Feedback
Answer / win_arihant
JavaServer Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML,
| Is This Answer Correct ? | 28 Yes | 1 No |
Answer / v.bojjanna
jsp is one of the technology by using this u can develop dynamic web pages by using tag.
it is combination of html, xml tag.
it is more usfull than servlet.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / krishnan
This is java server pages.its used to dynamicaly generated
web pages via html and xml.
There used to tag.
the pages are included,forwarded etc..
this is easy way to code in a project
| Is This Answer Correct ? | 2 Yes | 3 No |
Why is _jspservice () method starting with an '_'?
How are cookies set in jsp?
Define Composition.
difference betwwn 16 bit and 32 bit
Why do we need servlets and jsp?
Explain translation phase.
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
What is response sendredirect?
When does a container initialize multiple jsp objects?
How does jsp engines instantiate tag handler classes instances?
What is the purpose of <jsp:usebean>?
How To maintain session ..?