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
What is jsp action tags?
Can you explain what is jsp page life cycle?
How do I view jsp files in my browser?
What is jsp container?
What is the jspinit() method?
Give uses of object cloning?
How to deactivate el usage on jsp?
Is jsp and javascript same?
What are the implicit, internal objects and methods on the jsp page?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
Why session is used?
What is scriptlet and what is expression?
What are jsp lifecycle methods?
What is tag file in jsp?
How can we handle exceptions thrown by jsp service method?