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

What is local interface. How values will be passed?

0 Answers  


What are callback interfaces?

0 Answers  


Which are the different segments of memory?

0 Answers  


What is the difference between static and non-static with examples?

0 Answers   HCL,


java is fully object oriented languages or not? why?

12 Answers   HCL,






What is the map interface?

0 Answers  


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


What is the initial state, When a thread is created and started?

3 Answers  


What’s jboss jbpm?

0 Answers  


A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

0 Answers  


Define aop(assepct oriented programing)?

0 Answers  


Is multiple try block is possible in single java Application......

3 Answers  


Categories