Are application, pageContext and object of ServletContext
same or not?
Answer Posted / ramanareddy333
application and object of servlet context is same
remaining not same.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a jspwriter and a servlet printwriter?
What is jsp and servlets?
What are the ways to insert java code into jsp page?
Explain the difference between forward and sendredirect?
What is the advantage of using getProperty action, as compared to the accessor method?
What is application in jsp?
What is scriptlet tag in jsp?
Can I declare a java class in jsp?
How to comment out jsp code?
Which implicit object is not available in normal jsp pages?
Which jsp implicit objects are thread safe?
What is < jsp:forward> tag for?
What is a output comment?
How do I view jsp files in my browser?
What is custom tag library?