Answer Posted / amita dwivedi
JSP is oop base language but you can not create any class
or any object in JSP page that's why container provides
some in build objects--as given above answer.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the various scope values for
What is the include directive?
How we can configure init params in jsp?
What language is jsp?
Explain the steps for creating custom tags in jsp?
How to deactivate el usage on jsp?
How can we handle the exceptions in jsp?
What is the use of 'out' implicit object?
Why does jcomponent have add() and remove() methods but the component does not?
How to restrict page errors display in a JSP page?
How are cookies set in jsp?
What are the different jsp element types?
How can I extend the functionality of jsp?
How can we forward the request from jsp page to the servlet?
How to find out the name of the http method using jsp el?