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 main classes of the list interfaces? : java collections
How do I find jre path in windows?
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is the difference between Eclipse and MyEclipse?
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
Write a postfix expression to (a*(b+c/d)*d-e)
What are the different types of classes implemented in the set interfaces? : java collections
What are maps interfaces in the java collections? : java collections
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
how to delete cookie information?and when it will delete?
what is difference between struts1.2 and struts2.0