Why do you use Context Object
Answers were Sorted based on User's Feedback
Answer / eniact
I use a Context Object to encapsulate state in a protocol-independent way to be shared throughout your application.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ramadass
To access a value as Global for a particular application.
| Is This Answer Correct ? | 5 Yes | 3 No |
What are the considerations to be made in case of loops in java ?
What is the use of hashcode in java ?
lll
How to use ANT?
What is the enumerator of the java collection framework? : java collections
How is hashset maintained in memory by java ?
what is difference between struts1.2 and struts2.0
where is JNDI being used in java platform?
What is the use of the list interface in the java collection? : java collections
What is the use of log4j and how to make use of that in a application?
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
What causes Out of Memory exception?