DOCUMENT RESOURCES FOR EVERYONE
Business My interviews

1.First Interview: 10-10-2009 1)How many ways are there to create an object? i) Using ânewâ operator: Test s=new Test(); ii) Factory method: Thread t=Thread.currentThread();…