Answer Posted / raseek
Java Server page is the extension of jsp.This is used to
create dynamic webpages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is jsp server side scripting language?
What is out println in jsp?
Is jsp platform dependent?
What is a javaserver pages (jsp)?
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.
Why is it not recommended to use script elements in jsp?
How can I set a cookie and delete a cookie from within a jsp page?
What is meant by jsp?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
What language is used to write servlets and jsp?
Can we use javascript in jsp?
What is difference between jsp and jstl?
What do jsp literals consist of?
What are the different directives in jsp?
When does a container initialize multiple jsp objects?