Why do we need hashset in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Why destructor is not used in java?

0 Answers  


who was the founder of java

32 Answers   CTS, HCL, ProKarma,


Why is stringbuffer thread safe?

0 Answers  


What is an Applet ?

2 Answers  


Explain the difference between intermediate and terminal operations in java8?

0 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


What does || || mean in math?

0 Answers  


What is oop in java?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


What is the use of arraylist class in java?

0 Answers  


What are the library functions in java?

0 Answers  


how you will prevent method overriding?

6 Answers   HCL,


Categories