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 |
why static class in java
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 ..
What method MUST be implemented by all threads?
Why do threads block on i/o?
what are memory considerations of jsp compares to other web components?
Describe, in general, how java's garbage collector works?
What is the difference between RMI and Corba?
In a multitiered application which tier is the browser in?
explain session tracking. why we used it
how convert java file to jar files?
Explain the purposes of methods wait(), notify(), notifyAll ()?
How two threads will communicate with each other?