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 identifier give example?
What is main in java?
What is meant by distributed application? Why are we using that in our application?
What is a constructor overloading in java?
Explain the differences between public, private, protected and static?
What is the maximum size of array in java?
What is Transient and volatile
Difference between String and String Buffer?
AWT event listeners extends what interface?
How do you find the absolute value?
What are the differences between heap and stack memory in java?
What is the difference between a window and a frame in java programming?