Why set do not allow duplicates in java?


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

Post New Answer

More Core Java Interview Questions

What is the difference between heap and stack memory?

0 Answers  


How many bytes is 255 characters?

0 Answers  


How concurrent hashmap works?

0 Answers  


What is return used for in java?

0 Answers  


What is the difference between final, finally and finalize() in java?

0 Answers  






What are the characteristics of java?

0 Answers  


What is the use of bin and lib in JDK?

8 Answers   TCS,


What is meant by attribute?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What is a super class and how super class be called?

3 Answers  


Explain the concept of hashtables?

0 Answers  


What class allows you to read objects directly from a stream?

0 Answers  


Categories