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 |
Define aop(assepct oriented programing)?
What is synchronization?
what is a Daemon Thread?
what is disadvantage of thread?
What are the design considerations while making a choice between using interface and abstract class?
difference between applicationserver and webserver
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
Are enterprise beans allowed to use thread.sleep()?
wahts is mean by dynavalidatorform in struts/
What is thread deadlock? How to resolve thread deadlock?
what is the use of State Factories?
Does Java pass arguments by value or reference?