I want to re-reach and use an object once it has been garbage collected. How it's possible?
No Answer is Posted For this Question
Be the First to Post Answer
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
how to connect two diffrent applet files
What is a website container?
Difference between static and dynamic class loading.
Can an anonymous class be declared as implementing an interface and extending a class?
What is bigger kb or mb?
What are the steps involved to write rmi based programs?
What are dot operator queries?
What is string pool in java?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
When should you use arraylist and when should you use linkedlist?
What is bubble sorting in java?