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 is assembly condition codes?
What do you understand by an io stream?
Can I have constructor in Interface?
What is string substring?
Why java doesn’t support multiple inheritances?
What is an empty string in css?
Can a main method be declared final?
Which is faster set or list in java?
How do u provide security in java
Why are arrays useful in java?
What are access modifiers?
What is ordered map in java?