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 |
What does exclamation mean in java?
What is primitive data type in java?
What is the meaning of 3 dots in java?
Is zero a natural number?
How is garbage collection controlled?
What methods are used to get and set the text label displayed by a button object?
What methods are used in Servlet?Applet communication?
How do you use equal in java?
What is class variable java?
Can a set contain duplicates?
What are controls and their different types in awt?
What is the use of isempty in java?