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 |
Can any one tell me How to explain bank project desription in interview
What is java collection? : java collections
What are the different types of features of the java collections framework? : java collections
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
What causes Out of Memory exception?
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
how to deploy the web application ?
what is java virtual machine
What are the types of java collections? : java collections
whats the relation ship between LDAP and JNDI?
What is the use of log4j and how to make use of that in a application?
What are the different types of ways where you can iterate over a list? : java collections