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 are the 3 tags used in jsp bean development?
Explain the various scope values for
How many types of jsp tags are there?
Can we call servlet from jsp?
Is there a way I can set the inactivity lease period on a per-session basis?
Can we write java code in jsp?
What is difference between jspwriter and servlet printwriter?
How to create menu in jsp with example?
Give uses of object cloning?
What are the two types of comments supported by jsp?
How can information from one JSP be passed to another JSP?
How to retrieve warnings?
Differentiate between response.sendredirect(url) and
What are standard actions in JSP?
what is the difference between jsp and servlets ?