Why do you use Context Object

Answers were Sorted based on User's Feedback



Why do you use Context Object..

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

Why do you use Context Object..

Answer / ramadass

To access a value as Global for a particular application.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Java J2EE AllOther Interview Questions

Can any one tell me How to explain bank project desription in interview

3 Answers   Infosys, Wipro,


What is java collection? : java collections

0 Answers  


What are the different types of features of the java collections framework? : java collections

0 Answers  


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


What causes Out of Memory exception?

5 Answers   CTS,


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?

4 Answers  


how to deploy the web application ?

2 Answers   Accent,


what is java virtual machine

4 Answers  


What are the types of java collections? : java collections

0 Answers  


whats the relation ship between LDAP and JNDI?

1 Answers  


What is the use of log4j and how to make use of that in a application?

2 Answers  


What are the different types of ways where you can iterate over a list? : java collections

0 Answers  


Categories