How to solve the problem of generating the unique hash keys
with hash function?
No Answer is Posted For this Question
Be the First to Post Answer
What are Interceptors?
What is the difference between the final method and abstract method?
What is the technique adopted to create an immutable class?
Which is the best approach for creating thread ?
Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
Can list be final in java?
What is java class writing rules?
Which of the classes will have more memory allocated?
What is the transient keyword?
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?
Is an array a vector?
What is the difference between preemptive scheduling and time slicing?