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 to pass arraylist to stored procedure in java?
What is the method in java?
Why doesn't the java library use a randomized version of quicksort?
What is the static method?
Can we override singleton class?
What is int lol?
What kind of variables can a class consist?
What are bind parameters?
Explain listiterator and methods in listiterator?
What is string and its types?
What is design pattern and there types?
Can the interface be final?