what is the difference between pagecontext and
servletcontext?

Answer Posted / guru

servlet context-gives information about container.
page context-gives info about the request.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a static block throw exception?

734


What are the basic interfaces of java collections framework?

703


How do you do exponents in java?

650


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

642


What is overriding in java?

612






what is the purpose of using rmisecuritymanager in rmi?

668


What is singleton pattern?

647


What are the actions that can occur when a thread enters blocked state?

675


What are the two types of streams offered by java 8?

593


What is file in java?

660


Are arrays primitive data types?

735


Why is it called buffering?

688


How do you define a method?

606


How is it possible in java programming for two string objects with identical values not to be equal under the == operator?

650


Why main() method is public, static and void in java ?

687