What is the difference between pageContext and page
implicit objects in jsp?

Answer Posted / venkat

pageContext is used to get different scope objects like
request,session,context etc. where as page object of jsp is
used to refer the current page scope and can be compared
with local variable declared.

Is This Answer Correct ?    21 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What about instanceof operator in java?

779


why would you use a synchronized block vs. Synchronized method? : Java thread

727


Can an object be null?

721


Explain the importance of join() method in thread class?

830


what do you mean by stream pipelining in java 8? Explain

744


Does string isempty check for null?

756


Explain the difference between serializable and externalizable in java?

730


What is Enum in Java?

883


What is jar?

818


What is the difference between and ?

683


How can we run a java program without making any object?

739


Can we call a non-static method from inside a static method?

760


please send me hr interview questions in it industry

1882


What is flag in python?

777


Are functions objects in java?

772