what is the use of Object Factories?



what is the use of Object Factories?..

Answer / guest

Factory methods that will be used to create objects just
like in a static way.

eg:Class.forName("driver class");
forName is a static methiod.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

why static class in java

0 Answers   Infotech, SunGard,


cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..

0 Answers  


What method MUST be implemented by all threads?

1 Answers  


Why do threads block on i/o?

0 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


Describe, in general, how java's garbage collector works?

0 Answers  


What is the difference between RMI and Corba?

0 Answers   Infotech,


In a multitiered application which tier is the browser in?

3 Answers   Adobe,


explain session tracking. why we used it

3 Answers   Lionbridge,


how convert java file to jar files?

10 Answers   Samsung,


Explain the purposes of methods wait(), notify(), notifyAll ()?

2 Answers  


How two threads will communicate with each other?

2 Answers  


Categories