Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are the main classes of the list interfaces? : java collections

0 Answers  


How do I find jre path in windows?

0 Answers  


Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;

5 Answers   Adobe,


Which interface does java.util.hashtable implement?

0 Answers  


What is java collection? : java collections

0 Answers  


what is acl(access control list)?

1 Answers   Athena, HCL,


What is need of DAO? Write one simple DAO example?

2 Answers   IBM,


What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


how to delete cookie information?and when it will delete?

3 Answers   SolutionNET,


waht are architecture of web application?

2 Answers  


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

0 Answers  


Categories