Answer Posted / java
There are Eight different types they are.......
request,
response,
out,
session,
application,
config,
pageContext,
page.
| Is This Answer Correct ? | 22 Yes | 11 No |
Post New Answer View All Answers
How do I save a jsp file?
What is a tag file?
Which implicit object is not available in normal jsp pages?
Is jsp server side scripting language?
Explain client-side and server-side validation.
What is scriptlet in 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.
What are the life-cycle methods for a jsp?
What is page scope?
How are the jsp requests handled?
What are the primary differences between the jsp custom tags and java beans?
What are the literals used in jsp?
Can we use javascript with jsp pages?
How we can disable session in jsp?
Which of the following action variable is used to include a file in jsp?