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
Can a static block throw exception?
What are the basic interfaces of java collections framework?
How do you do exponents in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is overriding in java?
what is the purpose of using rmisecuritymanager in rmi?
What is singleton pattern?
What are the actions that can occur when a thread enters blocked state?
What are the two types of streams offered by java 8?
What is file in java?
Are arrays primitive data types?
Why is it called buffering?
How do you define a method?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Why main() method is public, static and void in java ?