what is the context
Answers were Sorted based on User's Feedback
Answer / 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 |
This is an interface that represents a naming context, which
consists of a set of name-to-object bindings. It contains
methods for examining and updating these bindings.
Syntax is
public interface Context
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you pass by reference?
How many types of gc are there in java?
What is the difference between java applets and applications?
What is the return type of a program?s main() method?
Explain the differences between abstraction and encapsulation?
What is the difference between sop and work instruction?
Explain difference between final, finally and finalize?
What are static blocks and static initalizers in java ?
Is &&= a valid Java operator?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
What is a null class?
Can inner class final?