How many jsp implicit objects are there?
No Answer is Posted For this Question
Be the First to Post Answer
What is an implicit object?
Explain the action.
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is jsp taglib?
Explain the steps for creating custom tags 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.
Why do we use expression language in jsp?
What is jsp syntax?
What is the use of 'out' implicit object?
How can I prevent the use of scripts and java code on the jsp page?
What are directives in jsp?
What are action tags?