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 the purpose of jsp and why it is widely used?
What are the scopes available in
Tell us about the stages (phases) of the jsp life cycle.
How does el search for an attribute?
List the different scope values for the
How does response sendredirect work?
What are the different types of jsp directive?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
What is a jsp container?
How do I save a jsp file?
How does a jsp engine work?
How do you connect to the database from jsp?
Explain how you understand the action tag and jsp action elements.
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.
What jsp lifecycle methods can be overridden?