Do you know thread pools?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is mean by encoding?
Can we override the static methods?
What is difference between local variable and global variable?
How many objects are created for a singleton class
What is the point of java?
Is .net better than java?
Why set do not allow duplicates in java?
What is thread life cycle in java?
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?
What is 16 bits called?
Is singleton class immutable?