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 |
How do you debug your java program?
what is filter ?
How is hashset maintained in memory by java ?
Which is the better framework for web applications, struts or spring, and why?
What are the classes in the java collection framework? : java collections
What is java collection? : java collections
what protocols does JNDI provide an interface to?
What is the difference between Eclipse and MyEclipse?
what is acl(access control list)?
what is difference between vector and arraylist?.
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;