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 |
difference between byte stream class and character stream class?
what is real-time example of runtime polymorphism and compile time polymorphism
What is the difference between Trusted and Untrusted Applet ?
What is hashing principle in java?
Can we have a method name same as class name in java?
What primitive Java types? Howmany are they and what are their names?
can we declare private class in java file?
what is prepare statement? what is calabedtarement?
Any one can explain how the inerface uses in java. give with example.
What are the differences between stringbuffer and stringbuilder?
How do you check if a string is lexicographically in java?
What do you know about the garbage collector?