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 meant by singleton class?
what are literals in java?
why Interface used?
How do constructors use this() and super()?
What is a class component?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
How many ways can an argument be passed to a subroutine?
3 Answers Technological University of the Philippines,
What is the program compilation process?
How to create a fecelet view?
What is data abstraction? Elaborate with example?
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
What does indexof mean?