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 are ER diagrams?
Difference between class#getinstance() and new operator ?
what is Inheritense
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
aabccdee Find the used alphabets as abcde ?
what is Abstract DataType?
why operator overloading is removed in java?
Why we do exception handling in java and how many types of exceptions are there?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
What is Collection interface?
What is java literals?
In java, how many ways you can take input from the console?