what is jsp? a technology ,a language or something else ?
Answer Posted / 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 |
Post New Answer View All Answers
How can the output of JSP or servlet page be prevented from being cached by the browser?
Explain the difference between jspwriter and servlet printwriter in jsp?
What is pagecontext jsp?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Why is jstl used?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
What is a output comment?
How do I save a jsp file?
Hi, I've applied for HPCL(Information System Officer)& UIIC (A).Plz send me previous/sample papers and any suggestions regarding this exam.Please advice me good study material or related links. Thanks in advance shyam shyamprasad71@gmail.com
How does a jsp engine work?
What is the jsp?
Explain the action.
What is welcome file list?
What is the _jspservice() method?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.