Answer Posted / praveen kumar
context object is created by server container and it is one for one web application.By using this context we can exchange the data between the resources of the web application.we can get this object from ServletRequest object,ServletConfig object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
why using interface interface ?
What are the java ide’s?
Is overriding possible in java?
What is an interface in java? Explain
What is package private scope in java?
How to make a non daemon thread as daemon?
What does the “static” keyword mean? Can you override private or static method in java?
Is object a data type in java?
Which list does not allow duplicates in java?
Explain the difference between map and flatmap stream operation?
What is the numeric promotion?
Can I learn java without any programming experience?
How to display names of all components in a Container?
Which is dependent variable?
Similarity and difference between static block and static method ?