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 callback methods?
what is class/object diagram
What are the types of the main implementing classes in the map interfaces? : java collections
what is difference between business deligate and session facade ?
What are the different types of ways where you can iterate over a list? : java collections
How to use ANT?
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
Write a postfix expression to (a*(b+c/d)*d-e)
where is JNDI being used in java platform?
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
my interviewer asked me what technical specification you used how to answer that question
What are the considerations to be made in case of loops in java ?