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
What are data structures in java?
What is the meaning of 3 dots in java?
What are the main features of java?
How can you read content from file in java?
What is use of a abstract variable?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is byte value?
How do you implement polymorphism in our day to day life?
Which types of exceptions are caught at compile time?
What is args length in java?
Does java set allow duplicates?
what is the purpose of the runtime class?
What does serializing data mean?
What is a java lambda expression?
Is multiple inheritance supported by java?