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 the difference between overriding and overloading in OOPS.
0 Answers Axtria, ITC Indian Tobacco Company,
Explain about Superclass and Subclass?
how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?
Why declare Main() method as a static in java ?
How to override a equals() method and what is the use?
What is the final access modifier in java?
Can you call a constructor within a constructor?
What is string in java?
What are runtime exceptions?
What code optimizations techniques you follow in general practice?
2 Answers Accenture, TCS, Wipro,
Can an arraylist be empty?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?